Skip to content

Commit

Permalink
[Makefile] refs fibercrypto#38 Tryning install curl 7.58 in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jul 27, 2019
1 parent b1a18b0 commit 5445a73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ install-deps-skyapi-Darwin:
(cd deps && wget http://curl.haxx.se/download/curl-7.58.0.tar.gz && tar -xf curl-7.58.0.tar.gz && cd curl-7.58.0/ && mkdir build && cd build && cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .. && make && sudo make install)

install-deps-skyapi-MSYS_NT-10.0:

(cd deps && wget http://curl.haxx.se/download/curl-7.58.0.tar.gz && tar -xf curl-7.58.0.tar.gz && cd curl-7.58.0/ && mkdir build && cd build && cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ .. && make && sudo make install)

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

install-deps-skyapi: install-deps-skyapi-$(UNAME_S) ## Install skyapi(libcurl based) library.
Expand All @@ -214,9 +215,8 @@ install-deps-libc-MSYS_NT-10.0: ## Install deps on Windows
wget -c https://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz
tar -xvf check-0.12.0.tar.gz
cd check-0.12.0 && ./configure --prefix=/usr --disable-static
# cd check-0.12.0 && make
# cd check-0.12.0 && make check
# cd check-0.12.0 && make install
cd check-0.12.0 && make
cd check-0.12.0 && make install

install-deps: install-deps-libc install-deps-skyapi ## Install deps for libc and skyapi

Expand Down

0 comments on commit 5445a73

Please sign in to comment.