-
-
Notifications
You must be signed in to change notification settings - Fork 234
How to Compile
Eren Okka edited this page Oct 26, 2022
·
30 revisions
You need Visual Studio 2022 or a later version to compile Taiga. Older versions may not work due to lack of support for some C++ features.
You also need git
to be installed on your system and added to the PATH
environment variable.
Clone Taiga and its submodules. This may take a while.
git clone --recursive https://github.com/erengy/taiga.git
taiga\deps\build.bat
Use build.bat --help
to see available options.
At this point, you can either open project\vs2022\Taiga.sln
in Visual Studio, or build Taiga from the command line:
devenv taiga\project\vs2022\Taiga.sln /Build "Release|x86"
Make sure you have NSIS installed, then call:
"%ProgramFiles(x86)%\NSIS\makensis.exe" /DMACHINE=x86 taiga\setup\Taiga.nsi
Taiga
Home page | AniList thread | Kitsu group | MyAnimeList club | Twitter account