Building with Meson
Last updated
Last updated
First, install the tools necessary to build all the dependencies:
You must install . 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.
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.
Firstly, you need to download . Keep note of where you stored it. Afterwards: