Update linux build requirements (#29)

Resolves #28
This commit is contained in:
Deirdre Connolly 2019-06-18 17:19:57 -04:00 committed by GitHub
parent d0db7ef2eb
commit eced6f6e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Windows binaries can be downloaded from [rust-lang website](https://forge.rust-l
#### Install C and C++ compilers
You will need the cc and gcc compilers to build some of the dependencies.
You will need the clang and gcc compilers plus cmake to build some of the dependencies.
On macOS <br />
@ -58,7 +58,7 @@ xcode-select --install
On Linux
```
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install build-essential cmake clang
```
#### Clone and build zebra