summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2000-08-22 23:15:23 +0000
committerDavid Turner <david@freetype.org>2000-08-22 23:15:23 +0000
commit59eddffa6a2b0569c75f3b4ee369b1937cd6ebb0 (patch)
treebbb26fa6fab7b1ecc357c2265281702cef3401b8 /docs
parent2cc800d0d8730dd30f50abfd93e64e47b8150f1e (diff)
downloadfreetype2-59eddffa6a2b0569c75f3b4ee369b1937cd6ebb0.tar.gz
updating documentation to explain the use of CFG to
pass parameters to the configure script
Diffstat (limited to 'docs')
-rw-r--r--docs/BUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/BUILD b/docs/BUILD
index 93c74633d..9cd0e6c05 100644
--- a/docs/BUILD
+++ b/docs/BUILD
@@ -30,7 +30,14 @@ I. QUICK COMMAND-LINE GUIDE:
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..