Changeset 3774 in osm
- Timestamp:
- 2007-07-27T03:14:48+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/README.txt
r2786 r3774 4 4 5 5 Currently only josm and a small assortment of josm plugins is included in the 6 installer. Probably, other osm related applications like osmarender and mapnik 7 will be added later. 6 installer. 7 8 As other osm related applications like osmarender and mapnik have a lot of more 9 UNIX related dependencies that will make them complicated to install, only JOSM 10 is currently installed "the easy way". 8 11 9 12 10 13 install 11 14 ------- 12 simply execute openstreetmap-setup-x.x.x.exe15 simply execute josm-setup-x.x.x.exe 13 16 14 17 uninstall … … 20 23 ------------------------ 21 24 The installer will currently add: 22 - josm into "C:\Program Files\ OpenStreetMap" (or the corresponding international dir)25 - josm into "C:\Program Files\JOSM" (or the corresponding international dir) 23 26 - josm icons to the desktop and quick launch bar 24 27 - josm file associations to .osm and .gpx files … … 37 40 - NSIS - http://nsis.sourceforge.net/ 38 41 39 2.) Edit the t hreeabsolute paths in the fileopenstreetmap-setup.sh (in the calls42 2.) Edit the two absolute paths in the file josm-setup.sh (in the calls 40 43 to launch4jc and makensis) 41 44 42 3.) Start a cygwin shell and call ./ openstreetmap-setup.sh45 3.) Start a cygwin shell and call ./josm-setup.sh 43 46 44 47 how the installer is build … … 47 50 downloads subdir. Then jaunch4j wraps the josm.jar into a josm.exe, which 48 51 makes registration of file extensions a lot easier. Then NSIS is called to 49 create the actual openstreetmap-setup-x.x.x.exe.52 create the actual josm-setup-x.x.x.exe. 50 53 51 54 known issues … … 59 62 - some way of automatic installer generation on the server (e.g. nightly build)? 60 63 - install all josm plugins by default and only enable them according to user wishes? 61 - make instalation of icons and file extensions optional? 64 - make installation of icons and file extensions optional?
Note:
See TracChangeset
for help on using the changeset viewer.