{% extends "layout.html" %} {% block content %} {% if path == "download/" %}

Directory listing for {{ path }}

{% else %}

Download Latest Builds

These builds are not as stable as releases, use at your own risk.

{% endif %} {% if path == "/download/experimental/" %}

These builds are for developer use only!

They contain highly experimental patches, which might ruin your day!

If you're NOT a developer, please leave this page IMMEDIATELY!

{% endif %} {% set row_class = cycler('alt', '') %} {% for d in directories %} {% if not ("experimental" in d,text) %} {% endif %} {% endfor %} {% for f in files|sort %} {% if ("mingw" in f.text) or ('gooseberry' in f.text) or ("experimental" in f.text) or ("vc1" in f.text) or ("vc9" in f.text) or ("multiview" in f.text) %} {% else %} {% if "mingw32" in f.text %} {% endif %} {% endfor %} {% for f in files|sort %} {% if ("experimental" in f.text) %} {% if "mingw32" in f.text %} {% endif %} {% endfor %} {% for f in files|sort %} {% if (not (("mingw" in f.text) or ("vc1" in f.text) or ("vc9" in f.text) or ("multiview" in f.text) or ("gooseberry" in f.text) )) %} {% else %} {% if "mingw32" in f.text %} {% endif %} {% endfor %}
Operating System Variation Name Size Built On
{{ d.text }} {{ d.size }} {{ d.lastmodified }}
Windows 32 bit {% elif "win32" in f.text %} Windows 32 bit {% elif "mingw64" in f.text %} Windows 64 bit {% elif "win64" in f.text %} Windows 64 bit {% elif "OSX" in f.text %} {% if "x86_64" in f.text %} Mac OS X 64 bit {% else %} Mac OS X 32 bit {% endif %} {% elif "linux" in f.text %} {% if "x86_64" in f.text %} Linux 64 bit {% else %} Linux 32 bit {% endif %} {% endif %} Official {{ f.text }} {{ f.size }} {{ f.lastmodified }}
Windows 32 bit {% elif "win32" in f.text %} Windows 32 bit {% elif "mingw64" in f.text %} Windows 64 bit {% elif "win64" in f.text %} Windows 64 bit {% elif "OSX" in f.text %} {% if "x86_64" in f.text %} Mac OS X 64 bit {% else %} Mac OS X 32 bit {% endif %} {% elif "linux" in f.text %} {% if "x86_64" in f.text %} Linux 64 bit {% else %} Linux 32 bit {% endif %} {% endif %} Experimental Build Branch {{ f.text }} {{ f.size }} {{ f.lastmodified }}
         
Windows 32 bit {% elif "win32" in f.text %} Windows 32 bit {% elif "mingw64" in f.text %} Windows 64 bit {% elif "win64" in f.text %} Windows 64 bit {% elif "OSX" in f.text %} {% if "x86_64" in f.text %} Mac OS X 64 bit {% else %} Mac OS X 32 bit {% endif %} {% elif "linux" in f.text %} {% if "x86_64" in f.text %} Linux 64 bit {% else %} Linux 32 bit {% endif %} {% endif %} {% if "mingw" in f.text %} Experimental MinGW {% elif "vc14" in f.text %} Experimental VS 2015
(Windows Vista/7/8/10) {% elif "vc11" in f.text %} Experimental VS 2012
(Windows Vista/7/8/10) {% elif "vc9" in f.text %} Legacy VS 2008
(Windows XP/Vista/7/8/10) {% elif "win32-vc12" in f.text %} Official Preview VS 2013
(Windows XP/Vista/7/8/10) {% elif "win64-vc12" in f.text %} Official Preview VS 2013
(Windows Vista/7/8/10) {% elif "multiview" in f.text %} Multiview Branch
(Stereoscopic 3D) {% elif "gooseberry" in f.text %} Gooseberry Branch {% else %} Official {% endif %}
{{ f.text }} {{ f.size }} {{ f.lastmodified }}
{% endblock %}