Skip to content
Eren Okka edited this page Oct 26, 2022 · 29 revisions

Set up your environment

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.

Get the source code

Clone Taiga and its submodules. This may take a while.

git clone --recursive https://github.com/erengy/taiga.git

Build dependencies

taiga\deps\build.bat

Use build.bat --help to see available options.

Build Taiga

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"

Build installer

Make sure you have NSIS installed, then call:

"%ProgramFiles(x86)%\NSIS\makensis.exe" /DMACHINE=x86 taiga\setup\Taiga.nsi