Develop and Download Open Source Software

Browse CVS Repository

Contents of /samurai-graph/samurai-graph/HowToRelease.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.26 - (show annotations) (download)
Fri Nov 12 04:49:01 2010 UTC (13 years, 4 months ago) by makimura
Branch: MAIN
Changes since 1.25: +41 -40 lines
File MIME type: text/plain
Modified a description of how to make windows installer.

1 Memorandum of How To Release.
2
3 1. update change logs.
4 - update product.xml in web resources 'web/htdocs/product.xml'.
5 - run synchronization script.
6 % cd src/changelog
7 % ./make.sh (make.bat)
8
9 2. update version number.
10
11 - src/resources/samurai-graph.properties
12 samurai-graph.version=1.0.0
13
14 - installer/win32/resources/vector/README.txt
15 Samurai Graph 1.0.3
16 samurai-graph-w103.zip
17 samurai-graph-w103
18 samurai-graph-win32-1.0.3.exe
19
20 3. commit version updated sources.
21 % cvs commit
22
23 4. add tag to CVS repository.
24 % cvs tag RELEASE_1_0_3
25
26 5. rebuild binaries.
27 % ./build.sh rebuild
28
29 6. create os specific installer
30 Windows:
31 run NSIS 2.0 compiler.
32 - installer/win32/launcher.nsi
33 - installer/win32/samurai-graph-wiwn32-inst.nsi
34 MacOS X:
35 create disk image distribution file
36 % cd installer/mac
37 % ./build.sh build
38 UNIX:
39 create disk image distribution file
40 % cd installer/unix
41 % ./build.sh build

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26