]> git.wh0rd.org - fontconfig.git/blame - INSTALL
Update to 2.2.94 (2.2.93 shipped with broken libtool bits)
[fontconfig.git] / INSTALL
CommitLineData
8fc10a72 1Fontconfig is built with the traditional configure script:
2eafe090 2
ea3ebacf 3 $ ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
2eafe090 4
8fc10a72 5This should generate valid Makefiles, then:
2eafe090
KP
6
7 $ make
8 $ make install
9
6ae6acf3
KP
10If you're going to package fontconfig for release, there are several
11important steps:
12
13 1. Update the version numbers
14 configure.in
15 fontconfig/fontconfig.h
16 2. Fix the README
17 Change version number
18 Set the date
19 3. Commit those changes
20 4. tag the tree
21 cvs tag fc-2_2_xx
22 5. make dist