forked from LBRYCommunity/lbry-sdk
Merge pull request #71 from llllIHARWINDERIllll/patch-2
Cant use git if its not installed
This commit is contained in:
commit
eef6312a17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue