ABOUT 

Neformal is a Qt/Phonon-based music player.

INSTALLATION

If you have installed Qt 4, just run:

qmake
make
make install

If you have installed both Qt 3 and Qt 4, find the Qt4's qmake first. For example, do this:

locate qmake

It is a high possibility that qmake is located here: /usr/lib/qt4/bin/qmake

So to build Neformal on such "dual-Qt" system, use somethink like that:

/usr/lib/qt4/bin/qmake
make
make install

To built on the Windows, better generate a Visual Studio project first:

qmake -t vcapp neformal.pro


DEPENDENCIES: Qt 4.4 or higher, Phonon (if not included to Qt). To get the Ogg and Flac support at Windows, download and install the DirectShow filters from http://xiph.org/dshow/

LICENSE NOTES

Neformal code is licensed under GPL V3. Neformal media (images, etc), manuals and translations are public domain. Note to contributors - please put your translations into the public domain or GPL.

OUTRO

Neformal is goooooood.