Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
34aafe90
Commit
34aafe90
authored
Jul 07, 2015
by
Brenden Blanco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix newlines in README
Signed-off-by:
Brenden Blanco
<
bblanco@plumgrid.com
>
parent
46176a10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
README.md
README.md
+2
-4
No files found.
README.md
View file @
34aafe90
...
...
@@ -170,13 +170,11 @@ To build the toolchain from source, one needs:
*
cmake, gcc (>=4.7), flex, bison
*
Add the
[
LLVM binary repo
](
http://llvm.org/apt/
)
to your apt sources
*
`
echo "deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty main"
\
| sudo tee /etc/apt/sources.list.d/llvm.list
`
*
`echo "deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty main" | sudo tee /etc/apt/sources.list.d/llvm.list`
*
`wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -`
*
`sudo apt-get update`
*
Install build dependencies
* `
sudo apt-get -y install bison build-essential cmake flex git
\
libedit-dev python zlib1g-dev
`
*
`sudo apt-get -y install bison build-essential cmake flex git libedit-dev python zlib1g-dev`
*
Install LLVM and Clang development libs
*
`sudo apt-get -y install libllvm3.7 llvm-3.7-dev libclang-3.7-dev`
*
Install and compile BCC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment