-
-
Notifications
You must be signed in to change notification settings - Fork 20
Building and running
IhateTrains edited this page Nov 27, 2024
·
2 revisions
git clone https://github.com/ParadoxGameConverters/ImperatorToCK3.git
cd ImperatorToCK3
git submodule update --init --recursive
Download the .NET SDK (not just the Runtime) from here: https://dotnet.microsoft.com/en-us/download/dotnet/9.0
cd Fronter.NET/Fronter.NET
dotnet build -c:Release
cd ../../ImperatorToCK3
dotnet build -c:Release
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)