mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Serenity requires GCC 9 or higher
Gcc 8.3.0 (which is the current version in debian 10 stable) seems to fail at building AK. New people might get stuck when they try to run make inside the ./Build folder and fail at building serenity.
This commit is contained in:
parent
1727b2d7cd
commit
926fb3ff48
Notes:
sideshowbarker
2024-07-19 02:13:17 +09:00
Author: https://github.com/RobbeDGreef 🔰 Commit: https://github.com/SerenityOS/serenity/commit/926fb3ff489 Pull-request: https://github.com/SerenityOS/serenity/pull/3611
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs qemu qem
|
|||
apt-get install curl cmake libmpc-devel gmp-devel e2fsprogs libmpfr-devel patch gcc
|
||||
```
|
||||
|
||||
Ensure your gcc version is >= 8 with `gcc --version`. Otherwise, install it (on Ubuntu) with:
|
||||
Ensure your gcc version is >= 9 with `gcc --version`. Otherwise, install it (on Ubuntu) with:
|
||||
```bash
|
||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||
sudo apt-get install gcc-9 g++-9
|
||||
|
|
Loading…
Reference in a new issue