Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ download_file_names:
windows: "jamulus_3.8.2_win.exe"
windows-jack: "jamulus_3.8.2_win_jack.exe"
mac: "jamulus_3.8.2_mac.dmg"
mac-arm: "jamulus_3.9.0_mac_arm64.dmg"
mac-legacy: "jamulus_3.8.2_mac_legacy.dmg"
android: "jamulus_3.8.2_android.apk"
ios: "jamulus_3.9.0_iOSUnsigned.ipa"
Expand Down
17 changes: 15 additions & 2 deletions wiki/en/Installation-for-Macintosh.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,22 @@ Make sure you've already read the [Getting Started](Getting-Started) page.

Upgrading? You may want to [back up your configuration](Software-Manual#backing-up-jamulus) first.

1. [Download Jamulus]({{ site.download_root_link }}{{ site.download_file_names.mac }}){: .button}\\
**macOS Mojave (10.14) or lower:** [Download legacy version]({{ site.download_root_link }}{{ site.download_file_names.mac-legacy }})\\
We provide three downloads for macOS. Please download the appropriate one:

**For macOS running on Intel:**

[Download Jamulus (Intel)]({{ site.download_root_link }}{{ site.download_file_names.mac }}){: .button}

For macOS Mojave (10.14 or lower) please [download the legacy version]({{ site.download_root_link }}{{ site.download_file_names.mac-legacy }})

**For macOS running on Apple Silicon:**

[Download Jamulus (Apple Silicon)]({{ site.download_root_link }}{{ site.download_file_names.mac-arm }}){: .button}

**Mirror 2:** [SourceForge](https://sourceforge.net/projects/llcon/files/latest/download)

After you downloaded the correct file:

1. **Install Jamulus**: Open the downloaded `.dmg` file, agree to the licence, *drag and drop* each icon you see in the window (Jamulus Client and Server) into your *Applications folder*. After that, you can close this window.
1. **Run Jamulus**. Now you should be able to use Jamulus just like any other application.

Expand Down