Changes between Version 7 and Version 8 of MakingRelease
- Timestamp:
- 06/25/08 14:20:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakingRelease
v7 v8 16 16 - Check the repository thoroughly 17 17 - Be sure there is ''no'' a globally installed version of lemon on the computer where the tests are made 18 - Run '''{{{make distc keck}}}'''18 - Run '''{{{make distcheck}}}''' 19 19 - Do '''{{{make check}}}''' 20 20 - using gcc version 3.3, 3.4, 4.0, 4.1, 4.2, 4.3. No warning is allowed with these version … … 29 29 - Remove all unfinished stuff (e.g. from the documentation) 30 30 - Set the release number in {{{configure.ac}}} 31 - Run '''{{{make distckeck}}}''' 31 - Run '''{{{make update-external-tags}}}''' to get doxygen referencet to STL. 32 - Run '''{{{make distcheck}}}''' 32 33 - This will create the tarball. 33 34 - Create the Windows installer.