1
0
Fork 0
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:
Andrew Kaster 2024-07-13 14:47:06 -06:00 committed by Andreas Kling
parent 182f83d456
commit 31eec0a145
Notes: sideshowbarker 2024-07-17 21:16:31 +09:00
4 changed files with 1 additions and 90 deletions

View file

@ -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: