Files
godot-website/collections/_download/linux.md
Yuri Sizov 522dc35624 Overhaul the downloads page (#553)
* (WIP) Rework the downloads page

* Enable incremental builds

* Improve styling and layout of the downloads page

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2023-02-10 20:27:31 +03:00

39 lines
828 B
Markdown

---
title: Download - Godot Engine
platform: Linux
downloads:
- caption: Standard (x86_64)
slug: x11.64.zip
featured: true
tags:
- 64 bit
- caption: Standard (x86)
slug: x11.32.zip
tags:
- 32 bit
- caption: .NET (x86_64)
slug: mono_x11_64.zip
mono: true
featured: true
featured_flavor: .NET
tags:
- 64 bit
- C# support
- caption: .NET (x86)
slug: mono_x11_32.zip
mono: true
tags:
- 32 bit
- C# support
content_instructions: |
<ul>
<li>Extract and run. Godot is self-contained and does not require installation.</li>
<li>If you run into an issue, check the <a href="https://docs.godotengine.org/en/stable/about/troubleshooting.html">Troubleshooting</a> page for common issues and their solutions.</li>
</ul>
---