Update user.rst
NB: Check the sysconfdir setting to determine where mpd will look for mpd.conf; if you expect mpd to look for /etc/mpd.conf the sysconfdir must be '/etc' (i.e., not 'etc' which will result in mpd looking for /usr/local/etc/mpd.conf): .. code-block:: none meson configure output/release |grep sysconfdir If this is not /etc (or another path you wish to specify): .. code-block:: none $ meson configure output/release -Dsysconfdir='/etc' ; meson configure output/release |grep syscon sysconfdir /etc Sysconf data directory
This commit is contained in:
parent
bdd8c34c67
commit
15f419e1cb
13
doc/user.rst
13
doc/user.rst
|
@ -111,6 +111,19 @@ The following command shows a list of compile-time options:
|
|||
|
||||
meson configure output/release
|
||||
|
||||
NB: Check the sysconfdir setting to determine where mpd will look for mpd.conf; if you expect mpd to look for /etc/mpd.conf the sysconfdir must be '/etc' (i.e., not 'etc' which will result in mpd looking for /usr/local/etc/mpd.conf):
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
meson configure output/release |grep sysconfdir
|
||||
|
||||
If this is not /etc (or another path you wish to specify):
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
$ meson configure output/release -Dsysconfdir='/etc' ; meson configure output/release |grep syscon
|
||||
sysconfdir /etc Sysconf data directory
|
||||
|
||||
When everything is ready and configured, compile:
|
||||
|
||||
.. code-block:: none
|
||||
|
|
Loading…
Reference in New Issue