Skip to content

Commit ac3b223

Browse files
authored
Update Readme.md
1 parent eea7c9a commit ac3b223

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Readme.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ First, put the following in your `.bashrc` file:
2020
export RISCV=/path/to/install/riscv/toolchain
2121
export PATH=$PATH:$RISCV/bin
2222

23-
Then, install the ubuntu packages from the [riscv-tools](https://github.com/riscv/riscv-tools) guide.
23+
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+
2427

2528
Then, `cd` into the riscv-tools directory and run the following build scripts:
2629

0 commit comments

Comments
 (0)