@@ -34,9 +34,7 @@ Also available for Arch users on the AUR: [https://aur.archlinux.org/packages/ri
3434
3535On OS X, you can use [ Homebrew] ( http://brew.sh ) to install the dependencies:
3636
37- $ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat
38- $ brew tap discoteq/discoteq
39- $ brew install flock
37+ $ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat texinfo flock
4038
4139To build the glibc (Linux) on OS X, you will need to build within a case-sensitive file
4240system. The simplest approach is to create and mount a new disk image with
@@ -50,9 +48,9 @@ complete the process.
5048
5149### Installation (Newlib)
5250
53- To build the Newlib cross-compiler, pick an install path. If you choose,
54- say, ` /opt/riscv ` , then add ` /opt/riscv/bin ` to your ` PATH ` now. Then, simply
55- run the following command:
51+ To build the Newlib cross-compiler, pick an install path (that is writeable).
52+ If you choose, say, ` /opt/riscv ` , then add ` /opt/riscv/bin ` to your ` PATH ` .
53+ Then, simply run the following command:
5654
5755 ./configure --prefix=/opt/riscv
5856 make
@@ -61,7 +59,7 @@ You should now be able to use riscv64-unknown-elf-gcc and its cousins.
6159
6260### Installation (Linux)
6361
64- To build the Linux cross-compiler, pick an install path (that is writeable.)
62+ To build the Linux cross-compiler, pick an install path (that is writeable).
6563If you choose, say, ` /opt/riscv ` , then add ` /opt/riscv/bin ` to your ` PATH ` .
6664Then, simply run the following command:
6765
0 commit comments