summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2010-01-14 20:13:23 +0100
committerWerner Lemberg <wl@gnu.org>2010-01-14 20:13:23 +0100
commit5ebda893c329bb0967e1b7a2ff451fbc7b18caaf (patch)
tree34bbc95a63cf8ae0865102b98d71b39668daad37 /docs
parentdf870f3e1559041f7aa798a92d4a5c509dc85486 (diff)
downloadfreetype2-5ebda893c329bb0967e1b7a2ff451fbc7b18caaf.tar.gz
Fix compilation instructions without our build system.
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.ANY10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/INSTALL.ANY b/docs/INSTALL.ANY
index 86e94d585..44b785c67 100644
--- a/docs/INSTALL.ANY
+++ b/docs/INSTALL.ANY
@@ -127,10 +127,10 @@ II. Support for flat-directory compilation
2. Compile sources
- cc -c -Ifreetype2/include ftsystem.c
- cc -c -Ifreetype2/include ftinit.c
- cc -c -Ifreetype2/include ftdebug.c
- cc -c -Ifreetype2/include ftbase.c
+ cc -c -Ifreetype2/include -DFT2_BUILD_LIBRARY ftsystem.c
+ cc -c -Ifreetype2/include -DFT2_BUILD_LIBRARY ftinit.c
+ cc -c -Ifreetype2/include -DFT2_BUILD_LIBRARY ftdebug.c
+ cc -c -Ifreetype2/include -DFT2_BUILD_LIBRARY ftbase.c
etc.
You don't need to define the FT_FLAT_COMPILATION macro (as this
@@ -138,7 +138,7 @@ II. Support for flat-directory compilation
----------------------------------------------------------------------
-Copyright 2003, 2005, 2006, 2009 by
+Copyright 2003, 2005, 2006, 2009, 2010 by
David Turner, Robert Wilhelm, and Werner Lemberg.
This file is part of the FreeType project, and may only be used,