mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
lz4 missing in some docs
This commit is contained in:
parent
03ae05a345
commit
662ce8403e
4 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue