Add build-essential install instructions to README (#420)

* add build-essentials install to README

* use correct ordering of compilers
This commit is contained in:
Alex Melville 2017-05-29 07:45:27 -07:00 committed by Marek Kotewicz
parent f1ce9902e8
commit 04a28c27ff
1 changed files with 9 additions and 0 deletions

View File

@ -46,6 +46,15 @@ curl -sSf https://static.rust-lang.org/rustup.sh | sh
Windows binaries can be downloaded from [rust-lang website](https://www.rust-lang.org/en-US/downloads.html).
#### Install C and C++ compilers
You will need the cc and gcc compilers to build some of the dependencies
```
sudo apt-get update
sudo apt-get install build-essential
```
#### Clone and build pbtc
Now let's clone `pbtc` and enter it's directory