Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
book
Commits
b69ebbe1
Commit
b69ebbe1
authored
May 19, 2021
by
David Marceau
Browse files
Update ch02-04-preparing-the-build.md
parent
e2119f83
Pipeline
#9338
passed with stage
in 1 minute and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ch02-04-preparing-the-build.md
View file @
b69ebbe1
...
...
@@ -72,10 +72,22 @@ Please be patient this can take 5 minutes to an hour depending on the hardware a
### Install Pre-Requisite Packages
#### Linux Users:
####
Pop OS
Linux Users:
```
$ [your package manager] install cmake make nasm qemu pkg-config libfuse-dev wget gperf libhtml-parser-perl autoconf flex autogen po4a expat
$ sudo apt-get install cmake make nasm qemu pkg-config libfuse-dev wget gperf libhtml-parser-perl autoconf flex autogen po4a expat openssl automake aclocal
```
#### ArchLinux Users:
```
$ sudo pacman -S cmake make nasm qemu pkg-config libfuse-dev wget gperf libhtml-parser-perl autoconf flex autogen po4a expat openssl automake aclocal
```
#### Fedora/Redhat/Centos Linux Users:
```
$ sudo dnf install cmake make nasm qemu pkg-config libfuse-dev wget gperf libhtml-parser-perl autoconf flex autogen po4a expat openssl automake aclocal
```
#### MacOS Users using MacPorts:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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