aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-10-07 21:22:59 +0200
committerClifford Wolf <clifford@clifford.at>2015-10-07 21:22:59 +0200
commit39b01ae24f709129d0cc86d0071ea0250c359349 (patch)
tree295aa71e93a987780c805a093277d3944ad5dc0b /README.md
parentb5b1816101efd22c612b96b3e85e2992e4b11266 (diff)
downloadpicorv32-39b01ae24f709129d0cc86d0071ea0250c359349.tar.gz
picorv32-39b01ae24f709129d0cc86d0071ea0250c359349.zip
Added apt-get doc for toolchain build
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 379b76c..d2ec1cb 100644
--- a/README.md
+++ b/README.md
@@ -520,6 +520,10 @@ CPU.
The following commands will build the RISC-V gnu toolchain and libraries for a
pure RV32I target, and install it in `/opt/riscv32i`:
+ # Ubuntu packages needed:
+ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev \
+ libgmp-dev gawk build-essential bison flex texinfo gperf
+
sudo mkdir /opt/riscv32i
sudo chown $USER /opt/riscv32i