mirror of
https://github.com/facebook/zstd.git
synced 2024-11-24 01:06:43 +08:00
Minor repetition
This commit is contained in:
parent
59052d5fd8
commit
6213b7b3b4
@ -7,7 +7,7 @@ Create `zstddeclib.c` from the Zstd source using:
|
||||
cd zstd/contrib/declib
|
||||
./combine.sh -r ../../lib -r ../../lib/common -r ../../lib/decompress -o zstddeclib.c zstddeclib-in.c
|
||||
```
|
||||
Then add the resulting file to your project (see the [example files](examples)). `build.sh` will run the above script then compile and test the resulting library.
|
||||
Then add the resulting file to your project (see the [example files](examples)). `build.sh` will run the above script then compile and test the library.
|
||||
|
||||
Why
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user