Skip to content

Commit

Permalink
[Makefile] refs skycoin#75 Automatically add the installation of cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jun 13, 2019
1 parent adbb89e commit c276b69
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@ install-linters: install-linters-$(UNAME_S) ## Install linters

install-deps-skyapi-Linux:
mkdir -p deps
sudo apt-get install cmake
sudo apt-get install libcurl3-gnutls
sudo apt remove curl
sudo apt-get install cmake libcurl3-gnutls -y
sudo apt-get remove curl -y
(cd deps && wget http://curl.haxx.se/download/curl-7.58.0.tar.gz && tar -xvf curl-7.58.0.tar.gz && cd curl-7.58.0/ && ./configure && make && sudo make install)
(cd deps && git clone https://github.com/uncrustify/uncrustify.git && cd uncrustify && mkdir build && cd build && cmake .. && make && sudo make install)

Expand Down

0 comments on commit c276b69

Please sign in to comment.