Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marc Schlaich
book
Commits
a2b22424
Commit
a2b22424
authored
Apr 09, 2019
by
Jeremy Soller
Browse files
Merge branch 'patch-1' into 'master'
gcc7 is needed instead of gcc49 See merge request
redox-os/book!139
parents
b528c436
55ca460f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/getting_started/preparing_the_build.md
View file @
a2b22424
...
...
@@ -42,13 +42,13 @@ $ [your package manager] install cmake make nasm qemu pkg-config libfuse-dev wge
MacOS Users using MacPorts:
```
$ sudo port install make nasm qemu gcc
49
pkg-config osxfuse x86_64-elf-gcc
$ sudo port install make nasm qemu gcc
7
pkg-config osxfuse x86_64-elf-gcc
```
MacOS Users using Homebrew:
```
$ brew install make nasm qemu gcc
49
pkg-config Caskroom/cask/osxfuse
$ brew install make nasm qemu gcc
@7
pkg-config Caskroom/cask/osxfuse
$ brew install redox-os/gcc_cross_compilers/x86_64-elf-gcc
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment