Skip to content

Commit f0b0094

Browse files
authored
Merge pull request #1182 from xmzzz/update-readme-os-x
Docs: Update README.md
2 parents 03abd22 + 02eeb62 commit f0b0094

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ Also available for Arch users on the AUR: [https://aur.archlinux.org/packages/ri
3434

3535
On 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

4139
To build the glibc (Linux) on OS X, you will need to build within a case-sensitive file
4240
system. 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).
6563
If you choose, say, `/opt/riscv`, then add `/opt/riscv/bin` to your `PATH`.
6664
Then, simply run the following command:
6765

0 commit comments

Comments
 (0)