mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +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
Notes:
sideshowbarker
2024-07-19 06:55:20 +09:00
Author: https://github.com/Jongy
Commit: 3df3ab4598
Pull-request: https://github.com/SerenityOS/serenity/pull/2138
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