repo/curl/build

8 lines
153 B
Text
Raw Normal View History

2021-07-19 09:45:18 +03:00
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