Docs: Add libtool as a linux void build dependency

This commit is contained in:
usebeforefree 2025-12-06 15:25:40 +01:00 committed by Tim Flynn
parent 7d6616669c
commit 89870f82ba
Notes: github-actions[bot] 2025-12-06 18:09:31 +00:00

View file

@ -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 -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: ### NixOS or with Nix: