blob: 2764ae95f5bc79af048210c27bc4d76275b3ebe6 [file] [log] [blame]
Werner Lemberg1639c792006-05-06 16:44:58 +00001The CVS archive doesn't contain pre-built configuration scripts for
Werner Lembergb4119a92005-05-24 13:46:17 +00002UNIXish platforms. To generate them say
3
4 sh autogen.sh
5
6which in turn depends on the following packages:
Werner Lembergb0db0fc2005-03-05 17:05:35 +00007
Werner Lemberga984fda2008-06-09 21:02:13 +00008 automake (1.10.1)
9 libtool (2.2.4)
10 autoconf (2.62)
Werner Lembergb0db0fc2005-03-05 17:05:35 +000011
Werner Lemberg4ea0a7f2007-01-05 09:03:31 +000012The 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.
Werner Lembergb0db0fc2005-03-05 17:05:35 +000015
Werner Lemberg4ea0a7f2007-01-05 09:03:31 +000016A very common problem is that this script complains that the `aclocal'
17program doesn't accept a `--force' option:
David Turner9750fcb2007-01-04 23:14:48 +000018
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
Werner Lemberg4ea0a7f2007-01-05 09:03:31 +000025This means that your version of the automake package is too old.
26Please update it before trying to build FreeType.
David Turner9750fcb2007-01-04 23:14:48 +000027
28
Werner Lemberg1639c792006-05-06 16:44:58 +000029For static builds which don't use platform specific optimizations, no
Werner Lembergb0db0fc2005-03-05 17:05:35 +000030configure script is necessary at all; saying
31
32 make setup ansi
33 make
34
35should work on all platforms which have GNU make (or makepp).
Werner Lemberg60a04df2005-06-04 23:04:30 +000036
37
Werner Lemberg4ea0a7f2007-01-05 09:03:31 +000038----------------------------------------------------------------------
39
Werner Lemberga984fda2008-06-09 21:02:13 +000040Copyright 2005, 2006, 2007, 2008 by
Werner Lemberg4ea0a7f2007-01-05 09:03:31 +000041David Turner, Robert Wilhelm, and Werner Lemberg.
42
43This file is part of the FreeType project, and may only be used,
44modified, and distributed under the terms of the FreeType project
45license, LICENSE.TXT. By continuing to use, modify, or distribute
46this file you indicate that you have read the license and understand
47and accept it fully.
48
49
Werner Lemberg60a04df2005-06-04 23:04:30 +000050--- end of README.CVS ---