Skip to content

Commit

Permalink
[Makefile] refs fibercrypto#38 Create missing folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Aug 28, 2019
1 parent c4a744f commit 2223a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ 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:
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
cd deps/curl-7.58.0/ && mkdir build && cd build && cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ ..
Expand Down

0 comments on commit 2223a6a

Please sign in to comment.