Skip to content

Commit

Permalink
[Makefile] refs fibercrypto#38 Added installer curl in root by Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Aug 28, 2019
1 parent 2223a6a commit 8effbfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ install-deps-skyapi-MSYS_NT-10.0:
cd deps && wget http://curl.haxx.se/download/curl-7.58.0.tar.gz
cd deps && tar -xf curl-7.58.0.tar.gz
cd deps/curl-7.58.0/ && mkdir build && cd build && cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ ..
cd deps/curl-7.58.0/build && make
cd deps/curl-7.58.0/build && sudo make install
cd deps/curl-7.58.0/ && make
cd deps/curl-7.58.0/ && sudo make install

install-deps-libc: install-deps-libc-$(UNAME_S) ## Install deps for libc

Expand Down

0 comments on commit 8effbfe

Please sign in to comment.