Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: third_party/freetype2/src/README.git

Issue 1524973002: Update freetype sources (2.6.2) in third party. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/freetype2/src/README ('k') | third_party/freetype2/src/autogen.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 The git archive doesn't contain pre-built configuration scripts for
2 UNIXish platforms. To generate them say
3
4 sh autogen.sh
5
6 which in turn depends on the following packages:
7
8 automake (1.10.1)
9 libtool (2.2.4)
10 autoconf (2.62)
11
12 The versions given in parentheses are known to work. Newer versions
13 should work too, of course. Note that autogen.sh also sets up proper
14 file permissions for the `configure' and auxiliary scripts.
15
16 The autogen.sh script now checks the version of above three packages
17 whether they match the numbers above. Otherwise it will complain and
18 suggest either upgrading or using an environment variable to point to
19 a more recent version of the required tool(s).
20
21 Note that `aclocal' is provided by the `automake' package on Linux,
22 and that `libtoolize' is called `glibtoolize' on Darwin (OS X).
23
24
25 For static builds which don't use platform specific optimizations, no
26 configure script is necessary at all; saying
27
28 make setup ansi
29 make
30
31 should work on all platforms which have GNU make (or makepp).
32
33
34 Similarly, a build with `cmake' can be done directly from the git
35 repository.
36
37
38 ----------------------------------------------------------------------
39
40 Copyright 2005-2015 by
41 David Turner, Robert Wilhelm, and Werner Lemberg.
42
43 This file is part of the FreeType project, and may only be used,
44 modified, and distributed under the terms of the FreeType project
45 license, LICENSE.TXT. By continuing to use, modify, or distribute
46 this file you indicate that you have read the license and understand
47 and accept it fully.
48
49
50 --- end of README.git ---
OLDNEW
« no previous file with comments | « third_party/freetype2/src/README ('k') | third_party/freetype2/src/autogen.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698