Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
riscv.org website doesn't know github syntax highlighting markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Sep 10, 2014
1 parent 30ab0cd commit b877c25
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit b877c25

Please sign in to comment.