lz4 missing in some docs

This commit is contained in:
Philippe Teuwen 2023-07-17 04:56:18 +02:00
commit 662ce8403e
4 changed files with 6 additions and 5 deletions

View file

@ -21,6 +21,6 @@ make -j fpga_compress
cd client
mkdir build
cd build
cmake -DEMBED_BZIP2=1 ..
cmake -DEMBED_BZIP2=1 -DEMBED_LZ4=1 ..
make -j
```