ref: 5ef3c95377cdeac700242e3b21a4d2370007e4aa
parent: d8b4514d43c4090d863b320482ccc2385fbdeb69
author: David Turner <[email protected]>
date: Tue Aug 22 19:15:23 EDT 2000
updating documentation to explain the use of CFG to pass parameters to the configure script
--- a/INSTALL
+++ b/INSTALL
@@ -12,7 +12,13 @@
Unix (+GNU Make):
+ - make (don't worry, this will invoke a configure script)
- make
+
+ alternatively, you can pass parameters to the configure script
+ with the CFG variable, as in:
+
+ - make CFG="--prefix=/usr"
- make
--- a/docs/BUILD
+++ b/docs/BUILD
@@ -30,7 +30,14 @@
make
- To compile the demo programs..
+
+ Note that on Unix, the first "make" invocation will run a configure
+ script (which is located in "freetype2/builds/unix/". You can also
+ pass parameters to this script with the CFG variable, as in:
+
+ make CFG="--prefix=/usr/local"
+ make
+
If this doesn't work, read the following..