summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-04-14 18:08:41 +0000
committerKeith Packard <keithp@keithp.com>2004-04-14 18:08:41 +0000
commit6ae6acf3178d7dd10e2326f6833d25970e530f61 (patch)
treebfae5a114a434b0aa0931ab63aeb90598b37ba95 /INSTALL
parent89e28590f3c85f302dcc5c611e7b9fa906e0ec07 (diff)
Add instructions for doing a releasefc-2_2_93
clean up .spec file; perhaps this will be useful to somebody... Update to 2.2.93 Make 'scanopen' static so GCC doesn't whine about lacking prototype Add WARN_CFLAGS to pass -W flags for GCC systems Change various char types around to match across function calls. Fixed bug in using available_sizes[i].height which is in pixels, not 64ths of a pixel.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 13 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 86cf4f9..dcd6b3f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,3 +7,16 @@ This should generate valid Makefiles, then:
$ make
$ make install
+If you're going to package fontconfig for release, there are several
+important steps:
+
+ 1. Update the version numbers
+ configure.in
+ fontconfig/fontconfig.h
+ 2. Fix the README
+ Change version number
+ Set the date
+ 3. Commit those changes
+ 4. tag the tree
+ cvs tag fc-2_2_xx
+ 5. make dist