TTK-qmmp / qmmp-sonique

Visual plugin for qmmp by sonique module
GNU General Public License v3.0
2 stars 0 forks source link
qmmp qmmp-plugin

This is a plugin for Qmmp (1.6.0 or greater) visual.

Image

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

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:
$ qmake-qt6

Then build with make:
$ make

To install:
$ make install

This installs the plugin into Qmmp's visual plugin directory. To install to a staging area, such as for packaging:
$ make install INSTALL_ROOT=/path/to/staging