From: msweet Date: Tue, 3 Feb 2015 05:02:20 +0000 (+0000) Subject: Add a note about using BUILDROOT to redirect installs. X-Git-Tag: v2.2b1~356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb098ba20b02321dbec2f5117300a32e6f971b87;p=thirdparty%2Fcups.git Add a note about using BUILDROOT to redirect installs. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12478 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/INSTALL.txt b/INSTALL.txt index 9eb690124d..c8e0c5edc3 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ -INSTALL - CUPS v2.1b1 - 2014-10-31 +INSTALL - CUPS v2.1b1 - 2015-02-03 ---------------------------------- This file describes how to compile and install CUPS from source code. For more @@ -141,6 +141,10 @@ INSTALLING THE SOFTWARE gmake install ENTER + Use the BUILDROOT variable to install to an alternate root directory: + + make BUILDROOT=/some/other/root/directory install ENTER + You can also build binary packages that can be installed on other machines using the RPM spec file ("packaging/cups.spec") or EPM list file ("packaging/cups.list"). The latter also supports building of binary RPMs,