mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
Build: Support building in Docker
Add missing installations to instructions, and use genext2fs instead of mounting.
This commit is contained in:
parent
beaec6bd2d
commit
3df3ab4598
2 changed files with 28 additions and 3 deletions
|
@ -8,6 +8,11 @@ Make sure you have all the dependencies installed:
|
|||
sudo apt install build-essential curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs qemu-system-i386 qemu-utils
|
||||
```
|
||||
|
||||
On Docker, install these as well:
|
||||
```bash
|
||||
sudo apt install wget genext2fs
|
||||
```
|
||||
|
||||
**Fedora**
|
||||
```bash
|
||||
sudo dnf install curl mpfr-devel libmpc-devel gmp-devel e2fsprogs @"C Development Tools and Libraries" @Virtualization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue