Building with Meson
Compilation
First, install the tools necessary to build all the dependencies:
You must install MSYS2. Afterwards:
Launch any of the MSYS2 command prompts from your Start Screen.
Type
pacman -Syuu
to begin updating MSYS. When the process is over, it will ask you to close the window.Open the MSYS2 MinGW 64-bit command prompt from your Start Screen. Type
pacman -Syuu
again, and allow it to finish updating.
Next, clone mkxp-z's git repository, cd
into your platform-specific directory, and run the build script:
All you should need to do now is build mkxp-z itself.
Packaging (Linux)
You have two options for grouping everything together to distribute: loose files or AppImage.
This will set up the executable to load dependencies from an adjacent lib
/lib64
folder, so that it is easier to distribute.
Last updated