Initialize Tizen 2.3
[framework/uifw/xorg/lib/libxft.git] / README
1                         Xft
2                 X FreeType library
3
4 Xft version 2.1 was the first stand alone release of Xft, a library that
5 connects X applications with the FreeType font rasterization library. Xft
6 uses fontconfig to locate fonts so it has no configuration files.
7
8 Before building Xft you will need to have installed:
9         freetype                        http://freetype.org/
10         fontconfig                      http://fontconfig.org/
11         libX11, libXext, & libXrender   http://x.org/
12
13 All questions regarding this software should be directed at the
14 Xorg mailing list:
15
16         http://lists.freedesktop.org/mailman/listinfo/xorg
17
18 Please submit bug reports to the Xorg bugzilla:
19
20         https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
21
22 The master development code repository can be found at:
23
24         git://anongit.freedesktop.org/git/xorg/lib/libXft
25
26         http://cgit.freedesktop.org/xorg/lib/libXft
27
28 For patch submission instructions, see:
29
30         http://www.x.org/wiki/Development/Documentation/SubmittingPatches
31
32 For more information on the git code manager, see:
33
34         http://wiki.x.org/wiki/GitPage
35
36 To release a version of this library:
37
38  1.     Update the version number in configure.ac
39  2.     Fix the NEWS file
40                 Change version number
41                 Set the date
42                 add highlights
43  3.     Commit those changes
44  4.     rebuild the configuration files with autogen.sh
45                 sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
46  5.     Follow the steps listed in
47         http://xorg.freedesktop.org/wiki/Development/Documentation/ReleaseHOWTO
48
49 Keith Packard
50 keithp@keithp.com
51
52