-
-
Notifications
You must be signed in to change notification settings - Fork 230
How to Compile
Eren Okka edited this page Feb 12, 2021
·
30 revisions
You need Visual Studio 2019 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\vs2019\Taiga.sln
in Visual Studio, or build Taiga from the command line:
devenv taiga\project\vs2019\Taiga.sln /Build "Release|x86"
Make sure you have NSIS installed, then call:
"%ProgramFiles(x86)%\NSIS\makensis.exe" taiga\setup\Taiga.nsi
Taiga
Home page | AniList thread | Kitsu group | MyAnimeList club | Twitter account