Skip to content

Commit

Permalink
[Makefile] refs fibercrypto#38 Try install curl version 7.58.0 the choco
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Dec 6, 2019
1 parent 00e61f9 commit e7c5757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ install-deps-skyapi-osx:

install-deps-skyapi-win:
mkdir -p C:/program
pacman -S curl
choco uninstall curl
choco install curl --version=7.58.0
# mkdir -p deps
# cd deps && wget http://curl.haxx.se/download/curl-7.58.0.tar.gz
# cd deps && tar -xf curl-7.58.0.tar.gz
Expand Down

0 comments on commit e7c5757

Please sign in to comment.