Go to file
mrbesen 3b96e1a726
upside down font
2022-01-06 14:23:11 +01:00
.vscode initial 2021-05-30 14:19:29 +02:00
bin sendmsg allowed 2021-10-23 18:46:56 +02:00
src upside down font 2022-01-06 14:23:11 +01:00
tests initial 2021-05-30 14:19:29 +02:00
thirdparty link curl statically 2021-12-02 01:48:27 +01:00
.gitignore initial 2021-05-30 14:19:29 +02:00
.gitmodules link curl statically 2021-12-02 01:48:27 +01:00
Makefile link curl statically 2021-12-02 01:48:27 +01:00
Readme.md link curl statically 2021-12-02 01:48:27 +01:00
config.json.sample initial 2021-05-30 14:19:29 +02:00
helper.py sendmsg allowed 2021-10-23 18:46:56 +02:00

Readme.md

Compile curl

./configure --with-openssl --disable-shared --disable-thread --disable-cookies --disable-doh --disable-manual --disable-proxy --disable-pthreads --disable-socketpair --disable-threaded-resolver --disable-unix-sockets --disable-imap --disable-tftp --disable-mqtt --disable-pop3 --disable-ftp --disable-smtp --disable-rtsp --disable-telnet --disable-smb --disable-gopher --disable-dict

make

# create a link
ln -sr lib/.lib/libcurl.a ./