fix: build scripts
This commit is contained in:
parent
8526c158a6
commit
9d1801296a
1
install-zlib.sh
Normal file → Executable file
1
install-zlib.sh
Normal file → Executable file
@ -2,3 +2,4 @@ wget https://github.com/madler/zlib/releases/download/v1.2.13/zlib-1.2.13.tar.gz
|
||||
tar xvf zlib-1.2.13.tar.gz
|
||||
rm zlib-1.2.13.tar.gz
|
||||
mv zlib-1.2.13 zlib
|
||||
mv zlib lib/zlib
|
||||
|
2
install.sh
Executable file
2
install.sh
Executable file
@ -0,0 +1,2 @@
|
||||
git clone https://github.com/yuzudev/websocket.zig.git ./lib/websocket.zig/
|
||||
git clone https://github.com/yuzudev/zig-tls12 ./lib/zig-tls12/
|
Loading…
x
Reference in New Issue
Block a user