2003-03-02 08:28:24 +01:00
|
|
|
Fontconfig is built with the traditional configure script:
|
2002-05-23 19:06:46 +02:00
|
|
|
|
2003-03-07 21:03:53 +01:00
|
|
|
$ ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
|
2002-05-23 19:06:46 +02:00
|
|
|
|
2010-01-26 18:45:09 +01:00
|
|
|
If you checked out from the git repository (as opposed to downloading a
|
|
|
|
tarball), you need to run autogen.sh instead of configure:
|
|
|
|
|
|
|
|
$ ./autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
|
|
|
|
|
|
|
|
Either way, that should generate valid Makefiles, then:
|
2002-05-23 19:06:46 +02:00
|
|
|
|
|
|
|
$ make
|
|
|
|
$ make install
|
|
|
|
|
2004-04-14 20:08:41 +02:00
|
|
|
If you're going to package fontconfig for release, there are several
|
|
|
|
important steps:
|
|
|
|
|
2008-01-10 19:40:41 +01:00
|
|
|
1. Create new version
|
|
|
|
sh new-version.sh 2.xx.xx
|
2006-09-03 23:58:49 +02:00
|
|
|
|
2008-01-10 19:40:41 +01:00
|
|
|
2. rebuild the configuration files with autogen.sh
|
2010-01-26 18:43:51 +01:00
|
|
|
./autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man --localstatedir=/var
|
2006-09-03 23:58:49 +02:00
|
|
|
|
2010-01-26 18:43:51 +01:00
|
|
|
3. make distcheck
|
2006-09-03 23:58:49 +02:00
|
|
|
|
2008-01-10 19:40:41 +01:00
|
|
|
4. Copy ChangeLog-2.x.y and fontconfig-2.x.y.tar.gz to
|
2006-09-03 23:58:49 +02:00
|
|
|
|
2012-06-25 07:57:40 +02:00
|
|
|
freedesktop.org:/srv/www.freedesktop.org/www/software/fontconfig/release
|
2006-09-03 23:58:49 +02:00
|
|
|
|
2008-01-10 19:40:41 +01:00
|
|
|
5. Update the Fontconfig Devel wiki page
|
2004-12-05 08:44:08 +01:00
|
|
|
http://fontconfig.org/wiki/Devel
|
2006-09-03 23:58:49 +02:00
|
|
|
|
2008-01-10 19:40:41 +01:00
|
|
|
6. Update the fontconfig documentation
|
2006-09-11 20:09:26 +02:00
|
|
|
|
2012-07-17 04:35:41 +02:00
|
|
|
scp -rp doc/fontconfig-user.html doc/fontconfig-devel freedesktop.org:/srv/www.freedesktop.org/www/software/fontconfig
|
2006-09-11 20:09:26 +02:00
|
|
|
|
2008-01-10 19:40:41 +01:00
|
|
|
7. Compute md5sums for release files:
|
2006-09-11 20:09:26 +02:00
|
|
|
md5sum fontconfig-2.4.x.tar.gz ChangeLog-2.4.x
|
2006-09-03 23:58:49 +02:00
|
|
|
|
2008-01-10 19:40:41 +01:00
|
|
|
8. Post a note to fontconfig@fontconfig.org. Include the md5sums.
|
2004-05-29 22:07:46 +02:00
|
|
|
gpg sign the message.
|
2006-09-11 20:09:26 +02:00
|
|
|
|