]> git.wh0rd.org - fontconfig.git/blame - INSTALL
Distribute new fcftint.h file
[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
2ec3ed08 16
6ae6acf3
KP
17 2. Fix the README
18 Change version number
19 Set the date
76c44322
KP
20 Append the short log
21
2373f904 22 git-log --pretty=short 2.4.xx.. | git-shortlog
2ec3ed08 23
6ae6acf3 24 3. Commit those changes
2ec3ed08 25
e867aa33 26 4. rebuild the configuration files with autogen.sh
ea44e218 27 sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man --localstatedir=/var
2ec3ed08 28
d75bef7b 29 5. make distcheck (NB: won't work without docbook-utils -PL)
2ec3ed08 30
e867aa33 31 6. tag the tree
0fc03ffe 32 git-tag -u 096c4dd3 -m 'Version 2.4.x' 2.4.x
2ec3ed08 33
0fc03ffe
KP
34 7. make Changelog-2.4.x
35 git-log --stat 2.4.(x-1).. > ChangeLog-2.4.x
2ec3ed08 36
0fc03ffe 37 8. Copy ChangeLog-2.4.x and fontconfig-2.4.x.tar.gz to
2ec3ed08 38
fc2cc873 39 freedesktop.org:/srv/fontconfig.freedesktop.org/www/release
2ec3ed08 40
e867aa33 41 9. Update the Fontconfig Devel wiki page
fc2cc873 42 http://fontconfig.org/wiki/Devel
2ec3ed08 43
0fc03ffe
KP
4410. Update the fontconfig documentation
45
46 scp -rp doc/fontconfig-user.html doc/fontconfig-devel fontconfig.org:/srv/fontconfig.freedesktop.org/www
47
4811. Compute md5sums for release files:
49 md5sum fontconfig-2.4.x.tar.gz ChangeLog-2.4.x
2ec3ed08 50
0fc03ffe 5112. Post a note to fontconfig@fontconfig.org. Include the md5sums.
087d899c 52 gpg sign the message.
0fc03ffe 53