mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
import lz4
This commit is contained in:
parent
6980429bd4
commit
96ae026f35
7 changed files with 5155 additions and 1 deletions
5
common/get_lz4.sh
Executable file
5
common/get_lz4.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
version=1.9.2
|
||||
mkdir -p lz4
|
||||
wget https://github.com/lz4/lz4/archive/v$version.zip
|
||||
unzip -o -j v$version "lz4-$version/LICENSE" "lz4-$version/lib/lz4.h" "lz4-$version/lib/lz4.c" "lz4-$version/lib/lz4hc.h" "lz4-$version/lib/lz4hc.c" -d lz4
|
||||
rm v$version.zip
|
Loading…
Add table
Add a link
Reference in a new issue