Menu

Build instructions

wadealer Vitaly Tonkacheyev

Dependencies

  • Qt5 (>=5.6.0), Qt4.8.x (only for <=qomp-1.0)
  • Phonon (Qt4 only)
  • qjson (Qt4 only)
  • taglib
  • libcue

Getting qomp sources

Clone qomp git repository to local directory:

git clone https://github.com/qomp/qomp.git

Initialize submodules:

cd qomp
git submodule init
git submodule update

Update qomp surces

cd qomp
git pull
git submodule update

Cmake build instruction


QMAKE build instructions

OS X

git clone https://github.com/qomp/scripts.git
cd scripts/macx
./qompbuild

The script will make all the work and then you can find your .dmg under ~/qomp-build folder


LINUX

cd qomp
qmake PREFIX=/usr
make
sudo make install

WINDOWS

cd /d qomp
qmake
mingw32-make

And then you can find binary files under bin folder