Installing Dolphin: Difference between revisions

Jump to navigation Jump to search
→‎Windows and Mac: Added info about macOS Security Workaround
(→‎Windows and Mac: Added info about macOS Security Workaround)
Line 9: Line 9:
== Windows and Mac ==
== Windows and Mac ==
Installing or upgrading process for Dolphin on Windows PC or Mac is pretty simple. Download the latest revision or version from the [https://dolphin-emu.org/download/ Download] page and extract it into a new folder (preferably named after the revision) or to replace an existing Dolphin setup.
Installing or upgrading process for Dolphin on Windows PC or Mac is pretty simple. Download the latest revision or version from the [https://dolphin-emu.org/download/ Download] page and extract it into a new folder (preferably named after the revision) or to replace an existing Dolphin setup.
=== macOS Security Restrictions ===
When downloading Dolphin for the first time, you may experience crashes or the Dolphin Updater will fail.
This may be caused by Gatekeeper, because it moved Dolphin to a "quarantined" location for security. See {{issue|12105}}.
While a fix is being made ({{Pull Request|8915}}), a temporary fix is to run two commands into Terminal:
<pre>
sudo xattr -r -d com.apple.quarantine /path/to/Dolphin.app
sudo xattr -r -d com.apple.quarantine /path/to/Dolphin\ Updater.app
</pre>


== Linux ==
== Linux ==

Navigation menu