Skip to content

Commit

Permalink
[Makefile] refs fibercrypto#38 Added parameter in `install-deps-libc-…
Browse files Browse the repository at this point in the history
…MSYS_NT-10.0` `cd check-0.12.0 && ./configure --prefix=/usr --disable-static`
  • Loading branch information
Maykel Arias Torres committed Jun 17, 2019
1 parent 44b3785 commit 295f5bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,10 @@ install-deps-libc-Darwin: configure-build ## Install locally dependencies for te
brew install check

install-deps-libc-MSYS_NT-10.0: ## Install deps on Windows
mkdir C:/program
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 --disable-static
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
Expand Down

0 comments on commit 295f5bb

Please sign in to comment.