Changeset 5164 in osm for applications/editors/josm
- Timestamp:
- 2007-10-25T08:20:52+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup-unix.sh
r5163 r5164 4 4 # for working on a debian-unix system install the nsis package with 5 5 # apt-get install nsis 6 # replace the /usr/share/nsis/Plugins/System.dll with the new Version from the nsis .zip File 7 # The old one is missing the Call:: Function 8 # then download launch4j from http://launch4j.sourceforge.net/ 6 # replace the /usr/share/nsis/Plugins/System.dll with the Version from the nsis .zip File 7 # The one comming with the debian package is missing the Call:: Function 8 # See also /usr/share/doc/nsis/README.Debian 9 # 10 # Then download launch4j from http://launch4j.sourceforge.net/ 11 # wget http://mesh.dl.sourceforge.net/sourceforge/launch4j/launch4j-3.0.0-pre2-linux.tgz 12 # and unpack it to /usr/share/launch4j 9 13 10 14 ## settings ## 11 LAUNCH4J="java -jar launch4j/launch4j.jar" 15 LAUNCH4J="java -jar /usr/share/launch4j/launch4j.jar" 12 16 13 17 svncorerevision=`svnversion ../core` … … 60 64 # (makes attaching to file extensions a lot easier) 61 65 # launch4j - http://launch4j.sourceforge.net/ 66 rm josm.exe 62 67 $LAUNCH4J ./launch4j.xml 68 69 if ! [ -s josm.exe ]; then 70 echo "NO Josm File Created" 71 exit -1 72 fi 63 73 64 74 echo
Note:
See TracChangeset
for help on using the changeset viewer.