mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-23 00:16:31 +01:00
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:
parent
9f7a0895d3
commit
9ea2a1d067
1 changed files with 7 additions and 0 deletions
7
INSTALL
7
INSTALL
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue