mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 21:28:59 +00:00
Meta+CI+Documentation: Bump host gcc requirement up to gcc 11
Bump macOS CI version to macOS 11 while we're here.
This commit is contained in:
parent
d70aba6a11
commit
c62c10caf0
Notes:
sideshowbarker
2024-07-17 21:29:59 +09:00
Author: https://github.com/ADKaster
Commit: c62c10caf0
Pull-request: https://github.com/SerenityOS/serenity/pull/11690
Reviewed-by: https://github.com/linusg ✅
13 changed files with 51 additions and 45 deletions
|
@ -10,18 +10,18 @@ Make sure you have all the dependencies installed:
|
|||
sudo apt install build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs ninja-build qemu-system-gui qemu-system-x86 qemu-utils ccache rsync unzip texinfo
|
||||
```
|
||||
|
||||
#### GCC 10
|
||||
#### GCC 11
|
||||
|
||||
On Ubuntu gcc-10 is available in the repositories of 20.04 (Focal) and later - add the `ubuntu-toolchain-r/test` PPA if you're running an older version:
|
||||
On Ubuntu gcc-11 is available in the repositories of 21.04 (Hirsuite) and later - add the `ubuntu-toolchain-r/test` PPA if you're running an older version:
|
||||
|
||||
```console
|
||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||
```
|
||||
|
||||
Now on Ubuntu or Debian you can install gcc-10 with apt like this:
|
||||
Now on Ubuntu or Debian you can install gcc-11 with apt like this:
|
||||
|
||||
```console
|
||||
sudo apt install gcc-10 g++-10
|
||||
sudo apt install gcc-11 g++-11
|
||||
```
|
||||
|
||||
#### QEMU 5 or later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue