Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

andreakarasho/EnhancedMap

Repository files navigation

Download

Latest EnhancedMap

How can i compile EnhancedMapServer for my server machine?

  1. Install .NET Core 2.1:

  2. 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
  1. Navigate to "ENHANCEDMAPSERVERNETCORE_FOLDER/bin/Release/netcoreapp2.1/{YOUR_PLATFORM}/publish/"

  2. Run EnhancedMapServerNetCore.exe (if you are using windows, instead use terminal for linux/macos)