From 89870f82ba23c258adc387f6fa545b6364547d4c Mon Sep 17 00:00:00 2001 From: usebeforefree Date: Sat, 6 Dec 2025 15:25:40 +0100 Subject: [PATCH] Docs: Add libtool as a linux void build dependency --- Documentation/BuildInstructionsLadybird.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/BuildInstructionsLadybird.md b/Documentation/BuildInstructionsLadybird.md index e7223a33aec..3d651f22f1a 100644 --- a/Documentation/BuildInstructionsLadybird.md +++ b/Documentation/BuildInstructionsLadybird.md @@ -137,7 +137,7 @@ This virtual environment can be created once and reused in future shell sessions ``` sudo xbps-install -Su # (optional) ensure packages are up to date to avoid "Transaction aborted due to unresolved dependencies." -sudo xbps-install -S git bash gcc python3 curl cmake zip unzip linux-headers make pkg-config autoconf automake autoconf-archive nasm MesaLib-devel ninja qt6-base-devel qt6-tools-devel qt6-wayland-devel +sudo xbps-install -S git bash gcc python3 curl cmake libtool zip unzip linux-headers make pkg-config autoconf automake autoconf-archive nasm MesaLib-devel ninja qt6-base-devel qt6-tools-devel qt6-wayland-devel ``` ### NixOS or with Nix: