aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorScott Beamer <sbeamer3@gmail.com>2014-09-09 17:00:38 -0700
committerScott Beamer <sbeamer3@gmail.com>2014-09-09 17:00:38 -0700
commitb877c25ccda2eac9725de984dc84513db5fed8e3 (patch)
tree0809117a70557f21daa669e54cca55a310d22ace /README.md
parent30ab0cd6cc5995221def344005e6677341328583 (diff)
downloadriscv-tools-b877c25ccda2eac9725de984dc84513db5fed8e3.zip
riscv-tools-b877c25ccda2eac9725de984dc84513db5fed8e3.tar.gz
riscv-tools-b877c25ccda2eac9725de984dc84513db5fed8e3.tar.bz2
riscv.org website doesn't know github syntax highlighting markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 8 insertions, 11 deletions
diff --git a/README.md b/README.md
index 7829315..13bf5fd 100644
--- a/README.md
+++ b/README.md
@@ -14,23 +14,20 @@ Three guides are available for this repo:
# <a name="quickstart"></a>Quickstart
-```sh
-$ git submodule update --init --recursive
-$ export RISCV=/path/to/install/riscv/toolchain
-$ ./build.sh
-```
+ $ git submodule update --init --recursive
+ $ export RISCV=/path/to/install/riscv/toolchain
+ $ ./build.sh
+
Ubuntu packages needed:
-```sh
-$ sudo apt-get install autoconf automake autotools-dev libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo
-```
+ $ sudo apt-get install autoconf automake autotools-dev libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo
+
Note: This requires GCC >= 4.8 for C++11 support (including thread_local).
To use a compiler different than the default (for example on OS X), use:
-```sh
-$ CC=gcc-4.8 CXX=g++-4.8 ./build.sh
-```
+
+ $ CC=gcc-4.8 CXX=g++-4.8 ./build.sh