1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/modules/freetype2/README.git Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,50 @@ 1.4 +The git archive doesn't contain pre-built configuration scripts for 1.5 +UNIXish platforms. To generate them say 1.6 + 1.7 + sh autogen.sh 1.8 + 1.9 +which in turn depends on the following packages: 1.10 + 1.11 + automake (1.10.1) 1.12 + libtool (2.2.4) 1.13 + autoconf (2.62) 1.14 + 1.15 +The versions given in parentheses are known to work. Newer versions 1.16 +should work too, of course. Note that autogen.sh also sets up proper 1.17 +file permissions for the `configure' and auxiliary scripts. 1.18 + 1.19 +The autogen.sh script now checks the version of above three packages 1.20 +whether they match the numbers above. Otherwise it will complain and 1.21 +suggest either upgrading or using an environment variable to point to 1.22 +a more recent version of the required tool(s). 1.23 + 1.24 +Note that `aclocal' is provided by the `automake' package on Linux, 1.25 +and that `libtoolize' is called `glibtoolize' on Darwin (OS X). 1.26 + 1.27 + 1.28 +For static builds which don't use platform specific optimizations, no 1.29 +configure script is necessary at all; saying 1.30 + 1.31 + make setup ansi 1.32 + make 1.33 + 1.34 +should work on all platforms which have GNU make (or makepp). 1.35 + 1.36 + 1.37 +Similarly, a build with `cmake' can be done directly from the git 1.38 +repository. 1.39 + 1.40 + 1.41 +---------------------------------------------------------------------- 1.42 + 1.43 +Copyright 2005-2010, 2013 by 1.44 +David Turner, Robert Wilhelm, and Werner Lemberg. 1.45 + 1.46 +This file is part of the FreeType project, and may only be used, 1.47 +modified, and distributed under the terms of the FreeType project 1.48 +license, LICENSE.TXT. By continuing to use, modify, or distribute 1.49 +this file you indicate that you have read the license and understand 1.50 +and accept it fully. 1.51 + 1.52 + 1.53 +--- end of README.git ---