[Windows][VC2026][Solution] Compiling Remere's Map Editor Sources
1 - Downloads Required:
Visual Studio 2026 Community: Download
Microsoft Visual C++ Redistributable 2017-2026: (32-bit download, 64-bit download)
2 - Install the necessary software:
Install Visual Studio 2026:


3 - Install the necessary software:
Install Git.
4 - VCPKG:
5 - Integration of vcpkg into Visual Studio:
Execute the following command in Powershell with Administrator permission to set vcpkg environment variable:
6 - Remere's Map Editor Sources:
Download Remere's Map Editor sources with the command below in Powershell:
7 - Install libraries:
The libs are installed automatically following the next step.
8 - Compiling Remere's Map Editor Sources:
Open
vcproj\RME.sln. This should launch Visual Studio.Choose build configuration from the drop downs (Release and x64).
To start compiling go to the menu Build and choose Build Solution..
9 - Credits:
hampusborgos: https://github.com/hampusborgos/rme/
Majesty (Git Installation Tutorial + RME Compilation Tutorial on VS2026)
Microsoft - VCPKG: https://github.com/Microsoft/vcpkg
Last updated