mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-04 06:09:55 +03:00
* (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>
39 lines
828 B
Markdown
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>
|
|
---
|