/qmmp-adplug

AdPlug-based AdLib input plugin for Qmmp

Primary LanguageC++GNU General Public License v2.0GPL-2.0

This is a plugin for Qmmp which supports AdLib file
formats using AdPlug (http://adplug.github.io/).

The following packages are required, including development headers,
which some vendors split into separate packages:

• qmmp (either 1.x or 2.x)
• adplug
• qt (5 for qmmp 1.x and 6 for qmmp 2.x)

To build, run Qt's qmake:

If you are building for qmmp 1.x, run:
$ qmake-qt5
And if you are building for qmmp 2.x, run:
$ qmake6

Then build with make:
$ make

To install:
$ make install

This installs the plugin into Qmmp's input plugin directory.  To install
to a staging area, such as for packaging:

$ make install INSTALL_ROOT=/path/to/staging