diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |