From 5e8beb3ab7277e0fae9a9a1cae8d26a357c570e5 Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Wed, 13 Nov 2024 15:23:59 +0100 Subject: [PATCH] fix a typo --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index dc45a9d5..e7cbdbe8 100644 --- a/BUILD.md +++ b/BUILD.md @@ -47,7 +47,7 @@ 1. Install Qt: `pacman -S -{qt6-base,qt6-svg,qt6-multimedia,qt6-svg,qt6-tools}` 2. Set up the build directory with `cmake -B build` * Static builds (without DLLs, standalone executable) - 1. Install Qt: `pacman -S -qt5-static` + 1. Install Qt: `pacman -S -qt5-static` (Note: As of writing, the `qt6-static` package does not work.) 2. Set up the build directory with `cmake -B build -DBUILD_STATIC=ON -DUSE_QT6=OFF -DCMAKE_PREFIX_PATH=$MSYSTEM_PREFIX/qt5-static` 7. Compile: `cmake --build build`