mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Documentation: Add Ladybird build instructions for Haiku
This commit is contained in:
parent
0dfd6994e3
commit
2c9bf5b935
Notes:
sideshowbarker
2024-07-19 16:50:32 +09:00
Author: https://github.com/ghost Commit: https://github.com/SerenityOS/serenity/commit/2c9bf5b9351 Pull-request: https://github.com/SerenityOS/serenity/pull/20808 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/diversys
1 changed files with 16 additions and 0 deletions
|
@ -58,6 +58,11 @@ Note that OpenIndiana's latest GCC port (GCC 11) is too old to build Ladybird, s
|
|||
pfexec pkg install cmake ninja clang-15 libglvnd qt6
|
||||
```
|
||||
|
||||
On Haiku:
|
||||
```
|
||||
pkgman install cmake ninja cmd:python3 qt6_base_devel qt6_multimedia_devel qt6_tools_devel openal_devel
|
||||
```
|
||||
|
||||
On Windows:
|
||||
|
||||
WSL2/WSLg are preferred, as they provide a linux environment that matches one of the above distributions.
|
||||
|
@ -196,3 +201,14 @@ CMAKE_PREFIX_PATH=/usr/lib/qt/6.2/lib/amd64/cmake cmake -GNinja -S Ladybird -B B
|
|||
cmake --build Build/ladybird
|
||||
XDG_RUNTIME_DIR=/var/tmp ninja -C Build/ladybird run
|
||||
```
|
||||
|
||||
### Building on Haiku
|
||||
|
||||
Haiku is supported by Ladybird out of the box. The steps are the same as on OpenIndiana, but no
|
||||
additional environment variables are required.
|
||||
|
||||
```
|
||||
cmake -GNinja -S Ladybird -B Build/ladybird
|
||||
cmake --build Build/ladybird
|
||||
ninja -C Build/ladybird run
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue