summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAntonio Ospite <ao2@ao2.it>2016-12-09 14:02:32 +0100
committerTakashi Iwai <tiwai@suse.de>2016-12-09 17:28:15 +0100
commit9ea2a1d06757e727430ef65f71b39d595ba2128f (patch)
tree254001f2e2e9013bd212f83def673a5ee4bf52e2 /INSTALL
parent9f7a0895d3a29bebb4c535beabb0f46a409c29e8 (diff)
downloadalsa-utils-9ea2a1d06757e727430ef65f71b39d595ba2128f.tar.gz
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>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 544d5d2..d95bb97 100644
--- a/INSTALL
+++ b/INSTALL
@@ -42,5 +42,12 @@ For compilation you can use these commands:
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
in the case.