repo/curl/build
2021-07-19 08:45:18 +02:00

7 lines
153 B
Text
Executable file

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