{% extends "entrance.html" %} {% macro downloads(win=[], osx=[], linux=[], win_port_text=True, linux_dropdown=True) -%}
Windows
{% for (name, path) in win -%} {% if name == "Installer" -%} {{ name }} {%- else %} {{ name }} {%- endif %} {%- endfor %}
{% if win_port_text -%}{% trans %}Use the portable version if you can't or don't want to install the application. Take it anywhere and just run the file to start.{% endtrans %}
{%- endif %}
MacOS
{% if osx -%}{% for (name, path) in osx -%} {{ name }} {%- endfor %}
{%- else %}{% trans %}Not currently available for this version.{% endtrans %} {% trans %}We are looking for someone experienced in deploying Qt-based applications on MacOS.{% endtrans %} {% trans %}Please get in touch.{% endtrans %}
{%- endif %}
Linux
{% if linux -%}{% if not linux_dropdown -%} {% for (name, path) in linux -%} {{ name }} {%- endfor %} {%- else -%}
{% trans %}If available, we recommend installing SpeedCrunch directly via your distribution's package manager.{% endtrans %} {% trans %}Note that the latest version may not be available.{% endtrans %}
{% trans %}Unsure about the installation?{% endtrans %} {% trans %}Have a look at the instructions.{% endtrans %}