Skip to content

Commit

Permalink
add: depend-curl-7_40
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptozeny committed Jul 25, 2018
1 parent a46a223 commit fcab09f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions depend/depend-curl-7_40_0.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
echo 'download libcurl64'
wget https://curl.haxx.se/gknw.net/7.40.0/dist-w64/curl-7.40.0-devel-mingw64.zip
unzip curl-7.40.0-devel-mingw64.zip
echo '#/bin/sh' > curl-7.40.0-devel-mingw64/bin/curl-config
echo 'echo "libcurl 7.40.0"' >> curl-7.40.0-devel-mingw64/bin/curl-config
chmod 755 curl-7.40.0-devel-mingw64/bin/curl-config

echo 'download libcurl32'
wget https://curl.haxx.se/gknw.net/7.40.0/dist-w32/curl-7.40.0-devel-mingw32.zip
unzip curl-7.40.0-devel-mingw32.zip
echo '#/bin/sh' > curl-7.40.0-devel-mingw32/bin/curl-config
echo 'echo "libcurl 7.40.0"' >> curl-7.40.0-devel-mingw32/bin/curl-config
chmod 755 curl-7.40.0-devel-mingw32/bin/curl-config

0 comments on commit fcab09f

Please sign in to comment.