1The CVS  archive doesn't  contain pre-built configuration  scripts for
2UNIXish platforms.  To generate them say
3
4  sh autogen.sh
5
6which in turn depends on the following packages:
7
8  automake (1.10.1)
9  libtool (2.2.4)
10  autoconf (2.62)
11
12The versions given  in parentheses are known to  work.  Newer versions
13should work too, of course.   Note that autogen.sh also sets up proper
14file permissions for the `configure' and auxiliary scripts.
15
16The autogen.sh script  now checks the version of  above three packages
17whether they match the numbers  above.  Otherwise it will complain and
18suggest either upgrading or using  an environment variable to point to
19a more recent version of the required tool(s).
20
21Note that  `aclocal' is provided  by the `automake' package  on Linux,
22and that `libtoolize' is called `glibtoolize' on Darwin (OS X).
23
24
25For static builds which  don't use platform specific optimizations, no
26configure script is necessary at all; saying
27
28  make setup ansi
29  make
30
31should work on all platforms which have GNU make (or makepp).
32
33
34----------------------------------------------------------------------
35
36Copyright 2005, 2006, 2007, 2008 by
37David Turner, Robert Wilhelm, and Werner Lemberg.
38
39This  file is  part of  the FreeType  project, and  may only  be used,
40modified,  and distributed  under the  terms of  the  FreeType project
41license,  LICENSE.TXT.  By  continuing to  use, modify,  or distribute
42this file you  indicate that you have read  the license and understand
43and accept it fully.
44
45
46--- end of README.CVS ---
47