Browse Source

Readme: install path +that is writeable

Add a tip so blindly following the instructions is more likely to just work.  
Issue #1169 

Signed-off-by: Carl Karsten <CFKarsten@gmail.com>
pull/1182/head 2023.01.31
Carl Karsten 4 years ago
committed by Christoph Müllner
parent
commit
65056bdb14
  1. 6
      README.md

6
README.md

@ -61,9 +61,9 @@ You should now be able to use riscv64-unknown-elf-gcc and its cousins.
### Installation (Linux)
To build the Linux cross-compiler, pick an install path. If you choose,
say, `/opt/riscv`, then add `/opt/riscv/bin` to your `PATH` now. Then, simply
run the following command:
To build the Linux cross-compiler, pick an install path (that is writeable.)
If you choose, say, `/opt/riscv`, then add `/opt/riscv/bin` to your `PATH`.
Then, simply run the following command:
./configure --prefix=/opt/riscv
make linux

Loading…
Cancel
Save