Skip to content

Commit

Permalink
[makefile] refs fibercrypto#38 Commenting on the steps of cmake to de…
Browse files Browse the repository at this point in the history
…tect the problem of installation of check in Windows
  • Loading branch information
Maykel Arias Torres committed Jun 17, 2019
1 parent 295f5bb commit 11e2708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ 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 check
# 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 11e2708

Please sign in to comment.