We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea7c9a commit ac3b223Copy full SHA for ac3b223
Readme.md
@@ -20,7 +20,10 @@ First, put the following in your `.bashrc` file:
20
export RISCV=/path/to/install/riscv/toolchain
21
export PATH=$PATH:$RISCV/bin
22
23
-Then, install the ubuntu packages from the [riscv-tools](https://github.com/riscv/riscv-tools) guide.
+Then, install the ubuntu packages from the [riscv-tools](https://github.com/riscv/riscv-tools) guide, which at the time of this writing were:
24
+
25
+ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev
26
27
28
Then, `cd` into the riscv-tools directory and run the following build scripts:
29
0 commit comments