Build ModPlug Player on Linux

This document is prepared for Kubuntu and KDE Neon Linux distributions,
but will probably work on any Debian or Ubuntu based Linux distribution.

Install git if it is not installed

sudo apt install git

Clone latest tagged version of Modplug Player (Alpha6 as example)

git clone --branch Alpha6 --recurse-submodules https://github.com/ModPlugPlayer/ModPlugPlayer.git ModPlugPlayer

Change directory to ModPlugPlayer/DeploymentScripts

cd ModPlugPlayer/DeploymentScripts

Grant execute permission to the build script

chmod +x BuildModPlugPlayerOnLinux.sh

Build ModPlug Player

./BuildModPlugPlayerOnLinux.sh

Now you can find ModPlug Player executable binary file in your home folder.