Changes between Version 134 and Version 135 of Download


Ignore:
Timestamp:
2018-06-08T12:05:35+02:00 (6 years ago)
Author:
andygol
Comment:

Added brew cask instruction into MacOS section

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v134 v135  
    231231
    232232==== Damaged ====
    233 [[Image(#8787:damaged_josm_app.png,width=300,align=right,margin-top=-50,margin-left=30)]]
     233[[Image(#8787:damaged_josm_app.png,width=300,align=left,margin-top=-50,margin-right=30)]]
     234
    234235If you get an error saying "'JOSM.app' is damaged and can't be opened. You should move it to the Trash", then you need to temporarily disable Gatekeeper.
    235236
    236237Open System Preferences and the 'Security & Privacy' options. Set 'Allow applications downloaded from:' to 'Anywhere'.
    237238
    238 If that radio button is missing from the Security & Privacy preferences panel, open the Terminal window. The following command may become the radio button to appear. [[Image(SecurityPrivacy.png,align=right,float=left,width=300)]]
     239[[Image(SecurityPrivacy.png,align=right,float=left,width=300)]]
     240
     241If that radio button is missing from the Security & Privacy preferences panel, open the Terminal window. The following command may become the radio button to appear.
     242
    239243{{{
    240244sudo spctl --master-disable
     
    242246
    243247
     248==== Using brew ====#brew
     249MacOS users may choose [https://brew.sh/ homebrew] package manager as a universal way to install and update their JOSM instance.
     250
     251Using `brew cask` eliminates most of the above-mentioned issues. (see. [https://caskroom.github.io/]).
     252
     253Open Terminal and run the next commands to install or upgrade JOSM to the current tested version, respectively:
     254
     255{{{
     256brew cask install josm
     257}}}
     258{{{
     259brew cask upgrade josm
     260}}}
    244261=== Known issues ===
    245262