"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "freetype-2.3.7/README.CVS" of archive freetype-2.3.7.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 The CVS archive doesn't contain pre-built configuration scripts for
2 UNIXish platforms. To generate them say
3
4 sh autogen.sh
5
6 which in turn depends on the following packages:
7
8 automake (1.10.1)
9 libtool (2.2.4)
10 autoconf (2.62)
11
12 The versions given in parentheses are known to work. Newer versions
13 should work too, of course. Note that autogen.sh also sets up proper
14 file permissions for the `configure' and auxiliary scripts.
15
16 A very common problem is that this script complains that the `aclocal'
17 program doesn't accept a `--force' option:
18
19 generating `configure.ac'
20 running `aclocal -I . --force'
21 aclocal: unrecognized option -- `--force'
22 Try `aclocal --help' for more information.
23 error while running `aclocal -I . --force'
24
25 This means that your version of the automake package is too old.
26 Please update it before trying to build FreeType.
27
28
29 For static builds which don't use platform specific optimizations, no
30 configure script is necessary at all; saying
31
32 make setup ansi
33 make
34
35 should work on all platforms which have GNU make (or makepp).
36
37
38 ----------------------------------------------------------------------
39
40 Copyright 2005, 2006, 2007, 2008 by
41 David Turner, Robert Wilhelm, and Werner Lemberg.
42
43 This file is part of the FreeType project, and may only be used,
44 modified, and distributed under the terms of the FreeType project
45 license, LICENSE.TXT. By continuing to use, modify, or distribute
46 this file you indicate that you have read the license and understand
47 and accept it fully.
48
49
50 --- end of README.CVS ---