modifying readme
parent
0cebf5c1d3
commit
1265e126fe
|
@ -1,7 +1,7 @@
|
||||||
# RISCV_picorv32_fpga
|
# RISCV_picorv32_fpga
|
||||||
|
|
||||||
##building RISC-V from scratch, using Linux or WSL
|
##building RISC-V from scratch, using Linux or WSL
|
||||||
sudo apt-get update
|
>sudo apt-get update
|
||||||
sudo apt-get install autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev
|
sudo apt-get install autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev
|
||||||
git clone https://github.com/riscv/riscv-gnu-toolchain
|
git clone https://github.com/riscv/riscv-gnu-toolchain
|
||||||
cd riscv-gnu-toolchain/
|
cd riscv-gnu-toolchain/
|
||||||
|
|
Loading…
Reference in New Issue