File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,15 @@ Aero. If you are using windows, its highly recommended to use WSL 2.
52
52
## Dependencies
53
53
54
54
Before building Aero, you need the following things installed:
55
- - ` rustc ` should be the ** latest nightly**
56
- - ` qemu `
55
+ - ` rust ` ( should be the ** latest nightly** )
56
+ - ` qemu ` (optional: required if you want to run it in the Qemu emulator)
57
57
- ` nasm `
58
- - ` g++ ` 5.1 or later
59
- - ` ninja `
60
- - ` parted `
61
- - ` meson `
62
- - ` python3 `
58
+
59
+ If you are building Aero with sysroot then the following dependencies are additionally required:
60
+ ``` sh
61
+ # Arch Linux:
62
+ sudo pacman -S bash coreutils make patch tar gzip binutils gcc git subversion mercurial curl wget xz nasm mtools meson perl m4 texinfo groff gettext expat bison flex help2man openssl gperf rsync libxslt python python-pip python-mako xcb-proto xorriso boost-libs cmake
63
+ ```
63
64
64
65
## Hardware
65
66
You can’t perform that action at this time.
0 commit comments