mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-06-04 08:49:53 -04:00
Experimental Linux GUI based on web browser
This commit is contained in:
parent
7279ba9bc8
commit
43e8ec5785
158 changed files with 43670 additions and 0 deletions
46
LinuxGUI/Ventoy2Disk/Lib/libhttp/buildlib.sh
Normal file
46
LinuxGUI/Ventoy2Disk/Lib/libhttp/buildlib.sh
Normal file
|
@ -0,0 +1,46 @@
|
|||
#!/bin/sh
|
||||
|
||||
# https://github.com/lammertb/libhttp/archive/v1.8.tar.gz
|
||||
|
||||
|
||||
# rm -rf include
|
||||
# rm -rf lib
|
||||
# mkdir include
|
||||
# mkdir lib
|
||||
|
||||
# rm -rf libhttp-1.8
|
||||
# tar xf libhttp-1.8.tar.gz
|
||||
# cd libhttp-1.8
|
||||
# cp -a include/civetweb.h ../include/
|
||||
|
||||
|
||||
# cd ..
|
||||
# rm -rf libhttp-1.8
|
||||
# tar xf libhttp-1.8.tar.gz
|
||||
# cd libhttp-1.8
|
||||
# make lib COPT="-DNDEBUG -DNO_CGI -DNO_CACHING -DNO_SSL -DSQLITE_DISABLE_LFS -DSSL_ALREADY_INITIALIZED"
|
||||
# cp -a libcivetweb.a ../lib/libcivetweb_64.a
|
||||
|
||||
|
||||
|
||||
# cd ..
|
||||
# rm -rf libhttp-1.8
|
||||
# tar xf libhttp-1.8.tar.gz
|
||||
# cd libhttp-1.8
|
||||
# make lib COPT="-m32 -DNDEBUG -DNO_CGI -DNO_CACHING -DNO_SSL -DSQLITE_DISABLE_LFS -DSSL_ALREADY_INITIALIZED"
|
||||
# cp -a libcivetweb.a ../lib/libcivetweb_32.a
|
||||
|
||||
|
||||
|
||||
# cd ..
|
||||
# rm -rf libhttp-1.8
|
||||
# tar xf libhttp-1.8.tar.gz
|
||||
# cd libhttp-1.8
|
||||
# make lib CC=aarch64-linux-gnu-gcc COPT="-DNDEBUG -DNO_CGI -DNO_CACHING -DNO_SSL -DSQLITE_DISABLE_LFS -DSSL_ALREADY_INITIALIZED"
|
||||
# cp -a libcivetweb.a ../lib/libcivetweb_aa64.a
|
||||
|
||||
|
||||
# cd ..
|
||||
# rm -rf libhttp-1.8
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue