]> git.wh0rd.org - fontconfig.git/blame - INSTALL
Remove ChangeLog
[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
e867aa33 20 4. rebuild the configuration files with autogen.sh
ea44e218 21 sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man --localstatedir=/var
d75bef7b 22 5. make distcheck (NB: won't work without docbook-utils -PL)
e867aa33 23 6. tag the tree
6ae6acf3 24 cvs tag fc-2_2_xx
e867aa33 25 7. Split out the ChangeLog into ChangeLog-2.2.xx with
bd0ddac8 26 the changes since the previous release
e867aa33 27 8. Copy ChangeLog-2.2.xx and fontconfig-2.2.xx.tar.gz to
fc2cc873 28 freedesktop.org:/srv/fontconfig.freedesktop.org/www/release
e867aa33 29 9. Update the Fontconfig Devel wiki page
fc2cc873 30 http://fontconfig.org/wiki/Devel
087d899c
KP
3110. Compute md5sums for release files:
32 md5sum fontconfig-2.2.xx.tar.gz ChangeLog-2.2.xx
3311. Post a note to fontconfig@fontconfig.org. Include the md5sums.
34 gpg sign the message.