mirror of
https://github.com/openharmony/third_party_alsa-utils.git
synced 2026-07-19 20:43:35 -04: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:
committed by
Takashi Iwai
parent
9f7a0895d3
commit
9ea2a1d067
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user