[Linux] Compiling Remere's Map Editor Sources
Supported OS
Ubuntu 22.04
Ubuntu 24.04
1. Install the required software:
2. Download the source code:
git clone --depth 1 https://github.com/opentibiabr/remeres-map-editor.git
cd remeres-map-editor
3. Checkout nightly branch (optional):
git checkout main
4. Folder structure:
.
├── remeres-map-editor
└── vcpkg
5. 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