Skip to content

Building and running

IhateTrains edited this page Nov 27, 2024 · 2 revisions

Clone the repository

git clone https://github.com/ParadoxGameConverters/ImperatorToCK3.git
cd ImperatorToCK3
git submodule update --init --recursive

Install the required version of the .NET SDK

Download the .NET SDK (not just the Runtime) from here: https://dotnet.microsoft.com/en-us/download/dotnet/9.0

Build the converter frontend and converter backend

cd Fronter.NET/Fronter.NET
dotnet build -c:Release
cd ../../ImperatorToCK3
dotnet build -c:Release

Run the built converter

After correctly building the converter, a "Release" folder should be present in the repository's root directory. To start the converter frontend, run:

  • Release/ConverterFrontend.exe (on Windows)
  • Release/ConverterFrontend (on Linux or macOS)