From f43b38a5eae31b781a41bf5fe6c5d74f6c875602 Mon Sep 17 00:00:00 2001 From: Kay Kurokawa Date: Mon, 3 Apr 2017 16:09:55 -0400 Subject: [PATCH] update INSTALL.md to include protobuf dependencies for lbryschema --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index a11d3fd01..3cef7cf7c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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.