From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antonio Ospite Subject: [alsa-utils][PATCH 5/5] INSTALL: document how to configure a build for installation in a local dir Date: Fri, 9 Dec 2016 14:02:32 +0100 Message-ID: <20161209130232.19457-6-ao2@ao2.it> References: <20161209130232.19457-1-ao2@ao2.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp205.alice.it (smtp205.alice.it [82.57.200.101]) by alsa0.perex.cz (Postfix) with ESMTP id 8EE0F2677A5 for ; Fri, 9 Dec 2016 14:02:58 +0100 (CET) In-Reply-To: <20161209130232.19457-1-ao2@ao2.it> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org Cc: Takashi Iwai , Liam Girdwood , Antonio Ospite List-Id: alsa-devel@alsa-project.org Signed-off-by: Antonio Ospite --- INSTALL | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.11.0