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
94e911cd
Commit
94e911cd
authored
Feb 21, 2016
by
Jean-Tiare Le Bigot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor readme enhancements
parent
a6f5a219
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
.gitignore
.gitignore
+4
-0
INSTALL.md
INSTALL.md
+3
-0
README.md
README.md
+4
-0
No files found.
.gitignore
View file @
94e911cd
# Editor's files
*.swp
*.swp
*.swo
*.swo
*.pyc
*.pyc
# Build artefacts
/build/
INSTALL.md
View file @
94e911cd
...
@@ -112,12 +112,15 @@ To build the toolchain from source, one needs:
...
@@ -112,12 +112,15 @@ To build the toolchain from source, one needs:
### Install build dependencies
### Install build dependencies
```
```
# Trusty and older
VER=trusty
VER=trusty
echo "deb http://llvm.org/apt/$VER/ llvm-toolchain-$VER-3.7 main
echo "deb http://llvm.org/apt/$VER/ llvm-toolchain-$VER-3.7 main
deb-src http://llvm.org/apt/$VER/ llvm-toolchain-$VER-3.7 main" | \
deb-src http://llvm.org/apt/$VER/ llvm-toolchain-$VER-3.7 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
# All versions
sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
libllvm3.7 llvm-3.7-dev libclang-3.7-dev python zlib1g-dev
libllvm3.7 llvm-3.7-dev libclang-3.7-dev python zlib1g-dev
```
```
...
...
README.md
View file @
94e911cd
...
@@ -47,6 +47,10 @@ many possible capabilities.
...
@@ -47,6 +47,10 @@ many possible capabilities.
See
[
INSTALL.md
](
INSTALL.md
)
for installation steps on your platform.
See
[
INSTALL.md
](
INSTALL.md
)
for installation steps on your platform.
## FAQ
See
[
FAQ.txt
](
FAQ.txt
)
for the most common troubleshoot questions.
## Contents
## Contents
Some of these are single files that contain both C and Python, others have a
Some of these are single files that contain both C and Python, others have a
...
...
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