-
Install .NET Core 2.1:
-
Open CMD and write (here you can see all platforms available. Here im compiling for a Windows 10 x64 machine):
cd "{ENHANCEDMAPSERVERNETCORE_FOLDER}"
dotnet publish -c Release -r win10-x64
-
Navigate to "ENHANCEDMAPSERVERNETCORE_FOLDER/bin/Release/netcoreapp2.1/{YOUR_PLATFORM}/publish/"
-
Run EnhancedMapServerNetCore.exe (if you are using windows, instead use terminal for linux/macos)