mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Ladybird/Meta: Add libgl1-mesa-dev to build dependencies
Without this package, CMake fails with the error: Could NOT find OpenGL (missing: OPENGL_INCLUDE_DIR) This package is listed in Qt's requirements here: https://doc.qt.io/qt-6/linux.html#requirements-for-development-host
This commit is contained in:
parent
874e73e0c9
commit
9edd334beb
Notes:
sideshowbarker
2024-07-17 02:49:56 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/9edd334beb Pull-request: https://github.com/SerenityOS/serenity/pull/16583 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/awesomekling ✅ Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ The Ladybird Web Browser is a browser using the SerenityOS LibWeb engine with a
|
|||
Qt6 development packages and a c++20-enabled compiler are required. On Debian/Ubuntu required packages include, but are not limited to:
|
||||
|
||||
```
|
||||
sudo apt install build-essential cmake ninja-build qt6-base-dev qt6-tools-dev-tools
|
||||
sudo apt install build-essential cmake libgl1-mesa-dev ninja-build qt6-base-dev qt6-tools-dev-tools
|
||||
```
|
||||
|
||||
For the c++ compiler, gcc-11 or clang-13 are required at a minimum for c++20 support.
|
||||
|
|
Loading…
Reference in a new issue