Merge branch 'master' of http://git.fredemmott.co.uk/repo/yanihp
[jkt-jerboa.git] / INSTALL
blobb50dcd0544ab428416c9d137928c59886a72482b
1 To build:
3 mkdir build
4 cd build
5 cmake ..
6 make
8 To install:
10 make install
12 Note for WMA/ASF users:
13 You'll need to use the taglib-asf branch, and pass -DHAVE_TAGLIB_ASF=1 to cmake.
15 Note for Windows users:
16 You may have to pass -DTAGLIB_LIBRARY=/path/to/tag.lib (or tagd.lib for
17 debug builds) and -DTAGLIB_INCLUDE_DIR=/path/to/taglib/include/directory.
18 You probably want to build without the MPRIS plugin, which will fail to build
19 unless you have Qt D-Bus libraries.
21 Note for OSX users:
22 Jerboa is tested with the cmake and taglib from macports.
23 You probably want to build without the MPRIS plugin, which will fail to build
24 unless you have Qt D-Bus libraries.