Commit 34aafe90 authored by Brenden Blanco's avatar Brenden Blanco

Fix newlines in README

Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
parent 46176a10
...@@ -170,13 +170,11 @@ To build the toolchain from source, one needs: ...@@ -170,13 +170,11 @@ To build the toolchain from source, one needs:
* cmake, gcc (>=4.7), flex, bison * cmake, gcc (>=4.7), flex, bison
* Add the [LLVM binary repo](http://llvm.org/apt/) to your apt sources * Add the [LLVM binary repo](http://llvm.org/apt/) to your apt sources
* `echo "deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty main" \ * `echo "deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty main" | sudo tee /etc/apt/sources.list.d/llvm.list`
| sudo tee /etc/apt/sources.list.d/llvm.list`
* `wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -` * `wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -`
* `sudo apt-get update` * `sudo apt-get update`
* Install build dependencies * Install build dependencies
* `sudo apt-get -y install bison build-essential cmake flex git \ * `sudo apt-get -y install bison build-essential cmake flex git libedit-dev python zlib1g-dev`
libedit-dev python zlib1g-dev`
* Install LLVM and Clang development libs * Install LLVM and Clang development libs
* `sudo apt-get -y install libllvm3.7 llvm-3.7-dev libclang-3.7-dev` * `sudo apt-get -y install libllvm3.7 llvm-3.7-dev libclang-3.7-dev`
* Install and compile BCC * Install and compile BCC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment