]> git.wh0rd.org - fontconfig.git/blame - INSTALL
Bump libtool revision in preparation for release
[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
fba7c37f
KP
13 1. Create new version
14 sh new-version.sh 2.xx.xx
2ec3ed08 15
fba7c37f 16 2. rebuild the configuration files with autogen.sh
ea44e218 17 sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man --localstatedir=/var
2ec3ed08 18
fba7c37f 19 3. make distcheck (NB: won't work without docbook-utils -PL)
2ec3ed08 20
fba7c37f 21 4. Copy ChangeLog-2.x.y and fontconfig-2.x.y.tar.gz to
2ec3ed08 22
fba7c37f 23 freedesktop.org:/srv/fontconfig.freedesktop.org/www/release
2ec3ed08 24
fba7c37f 25 5. Update the Fontconfig Devel wiki page
fc2cc873 26 http://fontconfig.org/wiki/Devel
2ec3ed08 27
fba7c37f 28 6. Update the fontconfig documentation
0fc03ffe
KP
29
30 scp -rp doc/fontconfig-user.html doc/fontconfig-devel fontconfig.org:/srv/fontconfig.freedesktop.org/www
31
fba7c37f 32 7. Compute md5sums for release files:
0fc03ffe 33 md5sum fontconfig-2.4.x.tar.gz ChangeLog-2.4.x
2ec3ed08 34
fba7c37f 35 8. Post a note to fontconfig@fontconfig.org. Include the md5sums.
087d899c 36 gpg sign the message.
0fc03ffe 37