repo/curl/build

8 lines
153 B
Text
Raw Normal View History

wget https://curl.se/download/curl-7.78.0.tar.bz2
tar -xf curl-7.78.0.tar.bz2
cd curl-7.78.0
2021-07-19 09:45:18 +03:00
./configure --with-openssl
make
make DESTDIR="$1" install