#106 closed task (fixed)
Create an installer / release script
Reported by: | Henrik Heimbuerger | Owned by: | Florian Roth |
---|---|---|---|
Priority: | minor | Milestone: | MS3: Documentation |
Component: | project | Version: | pre-1.0 |
Keywords: | installer, nsis, distribution, release, readme | Cc: |
Description
A simple NSIS installer should do for Windows, and a gzip/tar'ed distribution package for Linux.
A readme has to be written, etc.
Change History (6)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
New commit by hheimbuerger (revision [521]):
[Related to ticket #106] Finished Windows installer and included a MacOS distribution in the deployment script.
Additionally, the deployment script now also adds the readme file to the Linux and MacOS distributions.
The .ico file has been removed as the JaCaVi executable exported by Eclipse has now an embedded icon.
comment:4 Changed 16 years ago by
Owner: | changed from Henrik Heimbuerger to Florian Roth |
---|
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Windows installer / uninstaller tested, works fine and looks nice.
comment:6 Changed 16 years ago by
Note: See
TracTickets for help on using
tickets.
New commit by hheimbuerger (revision [495]):
[Partial fix for ticket #106] Created a simple deployment script for Windows and Linux cross-builds.
Note: the script only supports Windows as its host platform and expects multi-platform cross-builds in /dist/bin/<platform>/jacavi/. MacOS builds are not yet used.