mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Documentation: Added build instructions for Void Linux
This commit is contained in:
parent
5af4f8041f
commit
897ca104f9
Notes:
sideshowbarker
2024-07-18 09:58:45 +09:00
Author: https://github.com/Yorizuka 🔰 Commit: https://github.com/SerenityOS/serenity/commit/897ca104f95 Pull-request: https://github.com/SerenityOS/serenity/pull/8564
1 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,12 @@ sudo zypper install curl cmake mpfr-devel mpc-devel ninja gmp-devel e2fsprogs pa
|
||||||
sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu qemu-arch-extra ccache rsync
|
sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu qemu-arch-extra ccache rsync
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Void Linux
|
||||||
|
|
||||||
|
```console
|
||||||
|
sudo xbps-install -S base-devel cmake curl mpfr-devel libmpc-devel gmp-devel e2fsprogs ninja qemu ccache rsync
|
||||||
|
```
|
||||||
|
|
||||||
#### ALT Linux
|
#### ALT Linux
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Reference in a new issue