Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviotordini committed Sep 22, 2016
1 parent 0932b42 commit f69c8da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ Translations are done at https://www.transifex.com/projects/p/musique/
Just register and apply for a language team. Please don't request translation merges on GitHub.

## Build instructions
To compile Musique you need at least Qt 4.8. The following Qt modules are needed:
core, gui, network, sql (using the Sqlite plugin), dbus, phonon.
You also need TagLib: http://taglib.github.io
To compile Musique you need at least Qt 5.0. The following Qt modules are needed: core, gui, widgets, network, sql (using the Sqlite plugin), script, dbus. You also need TagLib: http://taglib.github.io

To be able to build on a Debian (or derivative) system:

$ sudo apt-get install build-essential qt4-dev-tools libphonon-dev libtag1-dev libqt4-sql-sqlite
$ sudo apt-get install build-essential qttools5-dev-tools qt5-qmake libphonon4qt5-dev libqt5sql5-sqlite qt5-default libtag1-dev

Compiling:

$ qmake
$ make

Beware of the Qt 4 version of qmake!

Running:

$ build/target/musique
Expand Down

0 comments on commit f69c8da

Please sign in to comment.