Skip to content

Commit

Permalink
[Makefile] refs fibercrypto#38 Tryme cmake with nmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jun 17, 2019
1 parent a291509 commit 5407df0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,14 @@ 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 && ./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 && 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 && ./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

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

Expand Down

0 comments on commit 5407df0

Please sign in to comment.