-
-
Notifications
You must be signed in to change notification settings - Fork 236
How to Compile
Eren Okka edited this page Nov 4, 2024
·
30 revisions
These instructions are for v2, which is currently in development. See early revisions for building v1.
Dependencies:
CMake >= 3.21-
MSVC >= 19(or another compiler with C++23 support) Qt >= 6.8
Download Visual Studio 2022 to install the latest MSVC compiler and Windows 11 SDK.
Install Qt using the official installer (requires an account) or aqt. Make sure %QTDIR% environment variable points to your installation.
You also need git to be installed on your system and added to the PATH environment variable.
git clone --recursive https://github.com/erengy/taiga.git
cd taigacmake -B build/msvc-x64 -DCMAKE_BUILD_TYPE=msvc-x64-release
cmake --build build/msvc-x64 --config RelWithDebInfo --target taigaUse cmake --list-presets or cmake --build --list-presets to see available presets.
Use windeployqt to copy Qt-related dependencies required to run the application:
%QTDIR%/bin/windeployqt.exe --release bin/RelWithDebInfo/Taiga.exeTaiga
Home page | AniList thread | Kitsu group | MyAnimeList club | Twitter account