Switch to side-by-side view

--- a/doc/upmpdcli-manual.txt
+++ b/doc/upmpdcli-manual.txt
@@ -751,7 +751,7 @@
 transfer protocol, implemented in a specific library.
 
 The authentication method is also more complicated than for the others, and
-will you have jump through a few hoops in addition to setting the password
+will have you jump through a few hoops in addition to setting the password
 in the configuration file.
 
 The upmpdcli interface is based on a slightly modified version of the
@@ -759,9 +759,9 @@
 the old libspotify library.
 
 You will need to set some configuration parameters, which are described in the
-<<spotifyuser,configuration section>> and also obtain an oauth2
-authorization token, see the <<SPOTIFY-AUTH,Spotify authorization annex>>
-for the method to follow.
+<<spotifyuser,configuration section>> and then obtain an oauth2
+authorization token: follow the instructions in the <<SPOTIFY-AUTH,Spotify
+authorization annex>>.
 
 
 [[UPRCL]]
@@ -892,13 +892,21 @@
 link:https://www.lesbonscomptes.com/upmpdcli/downloads.html[upmpdcli
 download page]
 
-Once the source is extracted, the procedure is standard and there are
-currently no specific configure options:
+Two specific configure options are defined. Each needs the installation of
+additional dependancies:
+
+- --enable-confgui: build the configuration editor GUI. This will need
+the Qt development packages
+- --enable-spotify: build the module for streaming Spotify. This will need
+  the libspotify library. Currently, the easiest way to obtain it is from
+  the link:https://github.com/mopidy/libspotify-deb[Mopidy repository]
+  
+Once the source is extracted, the procedure is standard:
 
     # Only for git source
     sh autogen.sh 
 
-    ./configure --prefix=/usr --sysconfdir=/etc
+    ./configure --prefix=/usr --sysconfdir=/etc [other options]
     make
     sudo make install