From cd0693932551b973a65985e5784c1a926b59e503 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Wed, 14 May 2025 11:02:52 -0600 Subject: [PATCH] Documentation: Remove instructions for Haiku No one has tried to build Ladybird on Haiku since the fork, and it doesn't have any vcpkg support. --- Documentation/BuildInstructionsLadybird.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Documentation/BuildInstructionsLadybird.md b/Documentation/BuildInstructionsLadybird.md index 7a46ddb8d4e..43a65e0e6a0 100644 --- a/Documentation/BuildInstructionsLadybird.md +++ b/Documentation/BuildInstructionsLadybird.md @@ -168,11 +168,6 @@ choco install pkgconfiglite -y pfexec pkg install clang-19 cmake libglvnd ninja qt6 ``` -### Haiku: -``` -pkgman install cmake cmd:python3 ninja openal_devel qt6_base_devel qt6_multimedia_devel qt6_tools_devel -``` - ### Android: > [!NOTE]