|
a/doc/upmpdcli-manual.txt |
|
b/doc/upmpdcli-manual.txt |
|
... |
|
... |
903 |
Two specific configure options are defined. Each needs the installation of
|
903 |
Two specific configure options are defined. Each needs the installation of
|
904 |
additional dependancies:
|
904 |
additional dependancies:
|
905 |
|
905 |
|
906 |
- --enable-confgui: build the configuration editor GUI. This will need
|
906 |
- --enable-confgui: build the configuration editor GUI. This will need
|
907 |
the Qt development packages
|
907 |
the Qt development packages
|
908 |
--enable-spotify: build the Spotify access module. This does not create a
|
908 |
- -disable-spotify: do not include build the Spotify access module. This
|
|
|
909 |
used to be disabled by default, but is now enabled because it does not
|
909 |
build dependancy, because the interface include file is bundled, and the
|
910 |
create a build dependancy, as the interface include file is bundled,
|
910 |
library itself is dynamically opened at run time, not linked. Of course,
|
911 |
and the library itself is dynamically opened at run time, not linked. Of
|
911 |
the library will need to be installed on the target machine for the
|
912 |
course, the library will need to be installed on the target machine for
|
912 |
Spotify access to work. Currently, the easiest way to obtain it is from
|
913 |
the Spotify access to work. Currently, the easiest way to obtain it is
|
913 |
the link:https://github.com/mopidy/libspotify-deb[Mopidy repository].
|
914 |
from the link:https://github.com/mopidy/libspotify-deb[Mopidy
|
|
|
915 |
repository].
|
914 |
|
916 |
|
915 |
Once the source is extracted, the procedure is standard:
|
917 |
Once the source is extracted, the procedure is standard:
|
916 |
|
918 |
|
917 |
# Only for git source
|
919 |
# Only for git source
|
918 |
sh autogen.sh
|
920 |
sh autogen.sh
|