forked from LBRYCommunity/lbry-sdk
update INSTALL.md to include protobuf dependencies for lbryschema
This commit is contained in:
parent
769329c90e
commit
f43b38a5ea
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ Install [xcode command line tools](https://developer.xamarin.com/guides/testclou
|
|||
Remaining dependencies can then be installed by running:
|
||||
|
||||
```
|
||||
brew install mpfr libmpc
|
||||
brew install mpfr libmpc protobuf
|
||||
sudo easy_install pip
|
||||
sudo pip install virtualenv
|
||||
```
|
||||
|
@ -26,7 +26,7 @@ On Ubuntu (we recommend 16.04), install the following:
|
|||
|
||||
```
|
||||
sudo apt-get install libgmp3-dev build-essential python2.7 python2.7-dev \
|
||||
python-pip git python-virtualenv libssl-dev libffi-dev
|
||||
python-pip git python-virtualenv libssl-dev libffi-dev python-protobuf
|
||||
```
|
||||
|
||||
If you're running another Linux flavor, install the equivalent of the above packages for your system.
|
||||
|
|
Loading…
Reference in a new issue