Blame README.git

Packit Service d360f7
The git  archive doesn't  contain pre-built configuration  scripts for
Packit Service d360f7
UNIXish platforms.  To generate them say
Packit Service d360f7
Packit Service d360f7
  sh autogen.sh
Packit Service d360f7
Packit Service d360f7
which in turn depends on the following packages:
Packit Service d360f7
Packit Service d360f7
  automake (1.10.1)
Packit Service d360f7
  libtool (2.2.4)
Packit Service d360f7
  autoconf (2.62)
Packit Service d360f7
Packit Service d360f7
The versions given  in parentheses are known to  work.  Newer versions
Packit Service d360f7
should work too, of course.   Note that autogen.sh also sets up proper
Packit Service d360f7
file permissions for the `configure' and auxiliary scripts.
Packit Service d360f7
Packit Service d360f7
The autogen.sh script  now checks the version of  above three packages
Packit Service d360f7
whether they match the numbers  above.  Otherwise it will complain and
Packit Service d360f7
suggest either upgrading or using  an environment variable to point to
Packit Service d360f7
a more recent version of the required tool(s).
Packit Service d360f7
Packit Service d360f7
Note that  `aclocal' is provided  by the `automake' package  on Linux,
Packit Service d360f7
and that `libtoolize' is called `glibtoolize' on Darwin (OS X).
Packit Service d360f7
Packit Service d360f7
Packit Service d360f7
For static builds which  don't use platform specific optimizations, no
Packit Service d360f7
configure script is necessary at all; saying
Packit Service d360f7
Packit Service d360f7
  make setup ansi
Packit Service d360f7
  make
Packit Service d360f7
Packit Service d360f7
should work on all platforms which have GNU make (or makepp).
Packit Service d360f7
Packit Service d360f7
Packit Service d360f7
Similarly, a  build with  `cmake' can  be done  directly from  the git
Packit Service d360f7
repository.
Packit Service d360f7
Packit Service d360f7
Packit Service d360f7
----------------------------------------------------------------------
Packit Service d360f7
Packit Service d360f7
Copyright 2005-2017 by
Packit Service d360f7
David Turner, Robert Wilhelm, and Werner Lemberg.
Packit Service d360f7
Packit Service d360f7
This  file is  part of  the FreeType  project, and  may only  be used,
Packit Service d360f7
modified,  and distributed  under the  terms of  the  FreeType project
Packit Service d360f7
license,  LICENSE.TXT.  By  continuing to  use, modify,  or distribute
Packit Service d360f7
this file you  indicate that you have read  the license and understand
Packit Service d360f7
and accept it fully.
Packit Service d360f7
Packit Service d360f7
Packit Service d360f7
--- end of README.git ---