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