summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-02-03 05:02:20 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-02-03 05:02:20 +0000
commiteb098ba20b02321dbec2f5117300a32e6f971b87 (patch)
treeec2330b1803217d613ce893f72ef8afb244c4141 /INSTALL.txt
parent08c7d54404377593f01f05cbbe583bc36035a477 (diff)
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
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 9eb690124..c8e0c5edc 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,