repo/curl/build
Ohio2 bf7a34f02a add some stock files and update curl, however;
we'll let the user configure those files.
2021-07-23 11:06:13 +02:00

7 lines
153 B
Text
Executable file

wget https://curl.se/download/curl-7.78.0.tar.bz2
tar -xf curl-7.78.0.tar.bz2
cd curl-7.78.0
./configure --with-openssl
make
make DESTDIR="$1" install