52 lines
2.5 KiB
Plaintext
52 lines
2.5 KiB
Plaintext
script type="text/template" id="client-download-legacy-blurb-contents"
|
|
.downloads
|
|
|
|
a href="{{data.uri}}" class="current-os-download" data-platform="{{data.platform}}"
|
|
|
|
.downloads-container
|
|
|
|
h5 SYSTEM REQUIREMENTS:
|
|
| {% if(data.platform == "Win32") { %}
|
|
ul.windows-requirements
|
|
li Windows 10 or 11 - 64-bit (32-bit not supported)
|
|
li 75MB hard disk space for app
|
|
li
|
|
span External audio interface for audio processing (
|
|
a rel="external" href="https://jamkazam.freshdesk.com/support/solutions/articles/66000122514-audio-interfaces-for-windows-computers" see recommendations if you don't have one
|
|
span )
|
|
li USB 2.0, USB 3.0, or USB-C (not USB 1.1) for audio interface
|
|
li Ethernet port and Ethernet cable to connect directly to home router (WiFi not recommended)
|
|
li Broadband Internet service with 1Mbps upload bandwidth (3-5Mbps preferred)
|
|
| {% } else if(data.platform == "MacOSX") { %}
|
|
ul.mac_intel-requirements
|
|
li macOS 10.8 (Mountain Lion) or higher, 64-bit
|
|
li 75MB hard disk space for app
|
|
li
|
|
span External audio interface for audio processing (
|
|
a rel="external" href="https://jamkazam.freshdesk.com/support/solutions/articles/66000122513-audio-interfaces-for-mac-computers" see recommendations if you don't have one
|
|
span )
|
|
li USB 2.0, USB 3.0, or USB-C (not USB 1.1) for audio interface
|
|
li Ethernet port and Ethernet cable to connect directly to home router (WiFi not recommended)
|
|
li Broadband Internet service with 1Mbps upload bandwidth (3-5Mbps preferred)
|
|
| {% } else { %}
|
|
ul.linux-requirements
|
|
li Linux is not yet supported
|
|
| {% } %}
|
|
|
|
|
|
|
|
.hidden.hidden-images
|
|
= image_tag("content/button_download_mac_intel.png", :alt => "download mac intel", :size => "348x92", "data-purpose" => "mac_intel")
|
|
= image_tag("content/button_download_windows.png", :alt => "download windows", :size => "348x92", "data-purpose" => "windows")
|
|
= image_tag("content/button_download_linux.png", :alt => "download linux", :size => "348x92", "data-purpose" => "linux")
|
|
|
|
script type="text/template" id="client-download-legacy-select-others"
|
|
.download-box
|
|
.download-others
|
|
span Need a different version?
|
|
br
|
|
a.choose-other-platform href="#" data-order="1" data-platform="{{data.platform1}}"
|
|
| JamKazam for {{data.platformDisplay1}} (legacy version)
|
|
br
|
|
a href="/downloads"
|
|
| Return to download page for current app version |