summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2000-10-05 04:53:31 +0000
committerWerner Lemberg <wl@gnu.org>2000-10-05 04:53:31 +0000
commit6fbe4db6b7208d94557a9a52574b4b65d2920c95 (patch)
tree40823eec563c413600b4527ef018f8b24fc95e73 /docs
parentf00a4de92ba3d22bcb1b8065924b4bff347b65e9 (diff)
downloadfreetype2-6fbe4db6b7208d94557a9a52574b4b65d2920c95.tar.gz
minor formatting issues
Diffstat (limited to 'docs')
-rw-r--r--docs/BUILD21
1 files changed, 12 insertions, 9 deletions
diff --git a/docs/BUILD b/docs/BUILD
index f3378748d..e12b8db2a 100644
--- a/docs/BUILD
+++ b/docs/BUILD
@@ -1,22 +1,25 @@
-FreeType 2 compilation how-to
+
+
+ FreeType 2 compilation how-to
+ =============================
Introduction:
-Welcome to this version of the FreeType 2 library. You'll find in this
+Welcome to this version of the FreeType 2 library. You'll find in this
document instructions on how to compile the library on your favorite
platform.
-I. QUICK COMMAND-LINE GUIDE:
-----------------------------
+I. QUICK COMMAND-LINE GUIDE
+---------------------------
Install GNU Make, then try the following on Unix or any system with gcc:
make // this will setup the build
make // this will build the library
- On Win32+Visual C++:
+ On Win32 + Visual C++:
make setup visualc // setup the build for VisualC++ on Win32
make // build the library
@@ -27,19 +30,19 @@ I. QUICK COMMAND-LINE GUIDE:
Note that on Unix, the first "make" invocation will run a configure
- script (which is located in "freetype2/builds/unix/". You can also
+ 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..
+ If this doesn't work, read the following.
-II. COMMAND-LINE COMPILATION:
------------------------------
+II. COMMAND-LINE COMPILATION
+----------------------------
Note that if you do not want to compile FreeType 2 from a command line
shell, please skip to section III below (DETAILED COMPILATION)