[WSL] Compiling Remere's Map Editor Sources
1 - Install WSL:
2 - Install a Linux Distribution:
3 - Install the required software:
4 - Download the source code:
git clone --depth 1 https://github.com/opentibiabr/remeres-map-editor.git
cd remeres-map-editor
5 - Checkout nightly branch (optional):
git checkout main
6 - Folder structure:
.
├── remeres-map-editor
└── vcpkg
7 - Configure and build:
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake .. --preset linux-release
cmake --build linux-release
Last updated