Skip to content

Commit

Permalink
[Makefile] refs fibercrypto#38 Trying to install libcheck with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jun 17, 2019
1 parent 5407df0 commit c2267dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,9 @@ install-deps-libc-Darwin: configure-build ## Install locally dependencies for te
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 && cmake -G "NMake Makefiles" .
cd check-0.12.0 && nmake
cd check-0.12.0 && nmake test
cd check-0.12.0 && nmake install
cd check-0.12.0 && mkdir build
cd check-0.12.0/build && cmake ../
cd check-0.12.0 && make
# cd check-0.12.0 && ./configure --prefix=/usr --disable-static
# cd check-0.12.0 && make
# cd check-0.12.0 && make check
Expand Down

0 comments on commit c2267dc

Please sign in to comment.