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
9 years ago
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
master
x/pinglat
v0.3.0
v0.2.0
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
No related merge requests found
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:
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
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