Commit 94e911cd authored by Jean-Tiare Le Bigot's avatar Jean-Tiare Le Bigot

minor readme enhancements

parent a6f5a219
# Editor's files
*.swp *.swp
*.swo *.swo
*.pyc *.pyc
# Build artefacts
/build/
...@@ -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
``` ```
......
...@@ -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
......
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