Changes between Version 17 and Version 18 of Download
- Timestamp:
- 2012-10-12T16:53:56+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v17 v18 36 36 37 37 * Get the source: 38 * From the official Subversion repository (recommended): {{{svn co http://josm.openstreetmap.de/svn/trunk}}} 39 * From the unofficial [http://github.com/openstreetmap/josm GitHub mirror]: {{{git clone git://github.com/openstreetmap/josm.git}}} 40 * From the official OSM Subversion repository (including plugins): {{{svn co http://svn.openstreetmap.org/applications/editors/josm josm}}} 38 * From the official Subversion repository (recommended): 39 {{{ 40 #!sh 41 svn co http://josm.openstreetmap.de/svn/trunk 42 }}} 43 * From the unofficial [http://github.com/openstreetmap/josm GitHub mirror]: 44 {{{ 45 #!sh 46 git clone git://github.com/openstreetmap/josm.git 47 }}} 48 * From the official OSM Subversion repository (including plugins): 49 {{{ 50 #!sh 51 svn co http://svn.openstreetmap.org/applications/editors/josm josm 52 }}} 41 53 42 54 == Ubuntu repository ==#Ubuntu … … 55 67 deb http://josm.openstreetmap.de/apt precise universe 56 68 }}} 57 **Note**: You can just run "{{{lsb_release -c}}}"in a terminal to get the proper codename.69 **Note**: You can just run {{{lsb_release -c}}} in a terminal to get the proper codename. 58 70 Download and register the public key: 59 71 {{{ 72 #!sh 60 73 wget -q http://josm.openstreetmap.de/josm-apt.key -O- | sudo apt-key add - 61 74 }}} … … 63 76 Now refresh your sources 64 77 {{{ 78 #!sh 65 79 sudo apt-get update 66 80 }}} … … 68 82 {{{josm}}}:: (You can skip the first line if you haven't installed these packages before.) 69 83 {{{ 84 #!sh 70 85 sudo apt-get remove josm josm-plugins 71 86 sudo apt-get install josm … … 74 89 {{{josm-latest}}}:: 75 90 {{{ 91 #!sh 76 92 sudo apt-get install josm-latest 77 93 }}} … … 99 115 Example of an edited commandline for the shortcut created on the windows desktop after running JOSM just once from the JNMP and exiting: 100 116 {{{ 117 #!sh 101 118 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" 102 119 }}} 103 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).120 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).
