Changes between Version 51 and Version 52 of Download
- Timestamp:
- 2015-06-04T20:35:50+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v51 v52 58 58 svn co http://svn.openstreetmap.org/applications/editors/josm 59 59 }}} 60 * From the unofficial [http://github.com/openstreetmap/josm GitHub mirror]: 60 * From the unofficial [https://github.com/openstreetmap/josm GitHub mirror]: 61 61 {{{ 62 62 #!sh … … 79 79 This is a package repository primarily for Ubuntu. It should also work with other Debian based (especially Ubuntu based) distributions, but we do not actively test and maintain any distributions other than Ubuntu. 80 80 [[BR]] 81 Note: in addition to the regular procedure described below, older DEBs can be manually downloaded and clicked to be installed from the following directories: [http://josm.openstreetmap.de/apt/pool/universe/j/josm/ for josm] [http://josm.openstreetmap.de/apt/pool/universe/j/josm-latest/ for josm-latest] 81 Note: in addition to the regular procedure described below, older DEBs can be manually downloaded and clicked to be installed from the following directories: [https://josm.openstreetmap.de/apt/pool/universe/j/josm/ for josm] [https://josm.openstreetmap.de/apt/pool/universe/j/josm-latest/ for josm-latest] 82 82 83 83 The repository contains two packages: … … 99 99 100 100 {{{ 101 deb http://josm.openstreetmap.de/apt lucid universe 102 deb http://josm.openstreetmap.de/apt precise universe 103 deb http://josm.openstreetmap.de/apt quantal universe 104 deb http://josm.openstreetmap.de/apt raring universe 105 deb http://josm.openstreetmap.de/apt saucy universe 106 deb http://josm.openstreetmap.de/apt trusty universe 107 deb http://josm.openstreetmap.de/apt utopic universe 108 deb http://josm.openstreetmap.de/apt vivid universe 101 deb https://josm.openstreetmap.de/apt lucid universe 102 deb https://josm.openstreetmap.de/apt precise universe 103 deb https://josm.openstreetmap.de/apt quantal universe 104 deb https://josm.openstreetmap.de/apt raring universe 105 deb https://josm.openstreetmap.de/apt saucy universe 106 deb https://josm.openstreetmap.de/apt trusty universe 107 deb https://josm.openstreetmap.de/apt utopic universe 108 deb https://josm.openstreetmap.de/apt vivid universe 109 109 }}} 110 110 111 111 Alternatively, this can be done with the following one-liner: 112 112 {{{ 113 echo deb http://josm.openstreetmap.de/apt $(lsb_release -sc) universe | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null 113 echo deb https://josm.openstreetmap.de/apt $(lsb_release -sc) universe | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null 114 114 }}} 115 115 … … 117 117 118 118 {{{ 119 deb http://josm.openstreetmap.de/apt alldist universe 119 deb https://josm.openstreetmap.de/apt alldist universe 120 120 }}} 121 121 … … 125 125 and add the following line: 126 126 ` 127 deb http://josm.openstreetmap.de/apt VERSION universe 127 deb https://josm.openstreetmap.de/apt VERSION universe 128 128 ` 129 129 }}} … … 179 179 {{{ 180 180 #!sh 181 C:\Windows\System32\javaws.exe -J-d64 -Xmx=2048m -localfile -J-Djnlp.application.href=http://josm.openstreetmap.de/download/josm.jnlp "C:\Users\<snipped user name>\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\21\7311<snipped-hex-number>7f8" 181 C:\Windows\System32\javaws.exe -J-d64 -Xmx=2048m -localfile -J-Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp "C:\Users\<snipped user name>\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\21\7311<snipped-hex-number>7f8" 182 182 }}} 183 183 You don't need to change the end of the command line with the snipped parts here. Just check the path for {{{javaws.exe}}} and add options {{{-J-d64}}} for the 64-bit mode needed to work with large OSM datasets, and {{{-Xmx=2048m}}} to increase the VM size (to 2GB here).