INSTALL: document how to configure a build for installation in a local dir

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Antonio Ospite 2016-12-09 14:02:32 +01:00 committed by Takashi Iwai
parent 9f7a0895d3
commit 9ea2a1d067

View file

@ -42,5 +42,12 @@ For compilation you can use these commands:
The included gitcompile script does this job for you. The included gitcompile script does this job for you.
To configure the build to install in a local directory, a command like the
following can be used:
./gitcompile --prefix="$PWD/build" \
--with-systemdsystemunitdir="$PWD/build/$(pkg-config systemd --variable=systemdsystemunitdir)" \
--with-udev-rules-dir="$PWD/build/$(pkg-config udev --variable=udevdir)"
Note: Some automake packages have missing aclocal program. Use newer version Note: Some automake packages have missing aclocal program. Use newer version
in the case. in the case.