source: git/ntl/src/NOTES @ 26e030

spielwiese
Last change on this file since 26e030 was 26e030, checked in by Hans Schönemann <hannes@…>, 15 years ago
*hannes: update to 5.5.1 git-svn-id: file:///usr/local/Singular/svn/trunk@11949 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 616 bytes
Line 
1
2These are basically notes to myself on preparing a new
3distribution of NTL.
4
5
6Notes on making a new distribution
7
8- change version numbers in ../include/NTL/version.h, DIRNAME, and WINDIR
9
10- change the libtool soname in VERSION_INFO. See:
11
12http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
13
14- if changes were made to makefile or ../include/NTL/config.h,
15  make sure these changes are implemented in the template files
16  mfile and cfile, and then run:
17
18./configure
19cp makefile def_makefile
20cp ../include/NTL/config.h ../include/NTL/def_config.h
21
22- run: 
23
24make package
25make winpack
26
27
Note: See TracBrowser for help on using the repository browser.