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
73e11286
Commit
73e11286
authored
May 19, 2021
by
Jeremy Soller
Browse files
Merge branch 'omac777-master-patch-42406' into 'master'
Update ch02-04-preparing-the-build.md See merge request
!177
parents
e2119f83
b69ebbe1
Pipeline
#9339
passed with stage
in 2 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ch02-04-preparing-the-build.md
View file @
73e11286
...
...
@@ -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