Files
cantata/INSTALL
2011-11-27 15:24:05 +00:00

20 lines
293 B
Plaintext

Windows
-------------------
Simply run:
1. qmake
2. make release
3. release/cantata.exe
Linux
-------------------
1. mkdir build
2. cd build
3. cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
4. make
5. sudo make install
To disable KDE support, pass -DWANT_KDE_SUPPORT=NO to cmake