mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
Documentation+Toolchain: Don't try to build CMake from source
This build step is a bit excessive. Let's require people to have an up-to-date CMake from their system package manager instead.
This commit is contained in:
parent
182f83d456
commit
31eec0a145
Notes:
sideshowbarker
2024-07-17 21:16:31 +09:00
Author: https://github.com/ADKaster
Commit: 31eec0a145
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/618
Reviewed-by: https://github.com/awesomekling
4 changed files with 1 additions and 90 deletions
|
@ -15,7 +15,7 @@ NOTE: In all of the below lists of packages, the Qt6 multimedia package is not n
|
|||
```bash
|
||||
sudo apt install autoconf autoconf-archive automake build-essential git cmake libavcodec-dev libgl1-mesa-dev nasm \
|
||||
ninja-build qt6-base-dev qt6-tools-dev-tools qt6-multimedia-dev qt6-wayland ccache fonts-liberation2 \
|
||||
zip unzip curl tar libssl-dev
|
||||
zip unzip curl tar
|
||||
```
|
||||
|
||||
#### CMake 3.25 or newer:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue