[Windows][VC2022][Solution] Compiling Remere's Map Editor Sources
Last updated
Last updated
Visual Studio 2022 Community: https://visualstudio.microsoft.com/pt-br/thank-you-downloading-visual-studio/?sku=Community&rel=17
Microsoft Visual C++ Redistributable 2015-2022: (32-bit download, 64-bit download)
Install Visual Studio 2022:
Install Git.
Execute the following command in Powershell with Administrator permission to set vcpkg environment variable:
Download Remere's Map Editor sources with the command below in Powershell:
cd C:\
git clone --recursive https://github.com/opentibiabr/remeres-map-editor.git
The libs are installed automatically following the next step.
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..
hampusborgos: https://github.com/hampusborgos/rme/
Majesty (Git Installation Tutorial + RME Compilation Tutorial on VS2022)
Microsoft - VCPKG: https://github.com/Microsoft/vcpkg