Skip to content

Commit f558887

Browse files
README: update dependencies
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 4a6b5e6 commit f558887

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,15 @@ Aero. If you are using windows, its highly recommended to use WSL 2.
5252
## Dependencies
5353

5454
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)
5757
- `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+
```
6364

6465
## Hardware
6566

0 commit comments

Comments
 (0)