Skip to content

Commit

Permalink
[Makefile] refs fibercrypto#38 Changes in `install-deps-libc-MSYS_NT-…
Browse files Browse the repository at this point in the history
…10.0` , trying to install libcheck in windows
  • Loading branch information
Maykel Arias Torres committed Jun 13, 2019
1 parent 0678670 commit b7fcf93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ install-deps-Darwin: ## Install deps on Mac OSX
brew install $(PKG_LIB_TEST)

install-deps-libc-MSYS_NT-10.0: ## Install deps on Windows
git clone --recursive https://github.com/libcheck/check.git
cd check && ./configure && make && make install
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 && make check && make install

install-linters: install-linters-$(UNAME_S) ## Install linters
go get -u github.com/FiloSottile/vendorcheck
Expand Down

0 comments on commit b7fcf93

Please sign in to comment.