Cant use git if its not installed

First install needed packages then execute the task. Cant run the whole code if git isnt installed :)
This commit is contained in:
Harwinder 2016-07-14 22:25:32 +02:00 committed by GitHub
parent 7908fa2814
commit 1e48f5c8f4

View file

@ -43,9 +43,9 @@ To stop lbrynet-console, enter the command 'exit'.
Note: this process takes upwards of an hour and is not necessary to use lbrynet. Note: this process takes upwards of an hour and is not necessary to use lbrynet.
``` ```
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev libdb-dev libdb++-dev libqt4-dev libprotobuf-dev protobuf-compiler git
git clone --depth=1 -b alpha https://github.com/lbryio/lbrycrd.git git clone --depth=1 -b alpha https://github.com/lbryio/lbrycrd.git
cd lbrycrd cd lbrycrd
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev libdb-dev libdb++-dev libqt4-dev libprotobuf-dev protobuf-compiler
./autogen.sh ./autogen.sh
./configure --with-incompatible-bdb --without-gui ./configure --with-incompatible-bdb --without-gui