Compare commits

..

2 Commits

Author SHA1 Message Date
CasualPokePlayer
4d4db1c5ce
Merge 47b4df3d63 into 5e8beb3ab7 2024-11-14 11:11:17 +01:00
Nadia Holmquist Pedersen
5e8beb3ab7 fix a typo
Some checks failed
macOS / ${{ matrix.arch }} (arm64) (push) Has been cancelled
macOS / ${{ matrix.arch }} (x86_64) (push) Has been cancelled
Ubuntu / x86_64 (push) Has been cancelled
Ubuntu / aarch64 (push) Has been cancelled
Windows / build (push) Has been cancelled
macOS / Universal binary (push) Has been cancelled
2024-11-13 15:23:59 +01:00

View File

@ -47,7 +47,7 @@
1. Install Qt: `pacman -S <prefix>-{qt6-base,qt6-svg,qt6-multimedia,qt6-svg,qt6-tools}` 1. Install Qt: `pacman -S <prefix>-{qt6-base,qt6-svg,qt6-multimedia,qt6-svg,qt6-tools}`
2. Set up the build directory with `cmake -B build` 2. Set up the build directory with `cmake -B build`
* Static builds (without DLLs, standalone executable) * Static builds (without DLLs, standalone executable)
1. Install Qt: `pacman -S <prefi>-qt5-static` 1. Install Qt: `pacman -S <prefix>-qt5-static`
(Note: As of writing, the `qt6-static` package does not work.) (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` 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` 7. Compile: `cmake --build build`