Godot engine build containers
Go to file
Hein-Pieter van Braam-Stewart a62e85620a Don't build executables only to immediately delete them 2019-05-22 18:21:44 -07:00
files Add a fix to binutils that fixes LTO for us 2019-02-28 17:29:55 +01:00
.gitignore Initial commit 2019-01-07 21:51:22 +01:00
Dockerfile.android Add a host compiler to the android container 2019-04-25 02:39:00 +02:00
Dockerfile.base Initial commit 2019-01-07 21:51:22 +01:00
Dockerfile.export Add an 'export' container to easily export games from the CLI 2019-01-09 20:26:32 +01:00
Dockerfile.ios Add YASM to all containers where it makes sense 2019-02-23 22:31:19 +01:00
Dockerfile.javascript Add YASM to all containers where it makes sense 2019-02-23 22:31:19 +01:00
Dockerfile.mono Initial commit 2019-01-07 21:51:22 +01:00
Dockerfile.mono-glue Initial commit 2019-01-07 21:51:22 +01:00
Dockerfile.msvc Initial commit 2019-01-07 21:51:22 +01:00
Dockerfile.osx Make OSX cross building more robust for newer Clang versions. 2019-05-22 18:21:22 -07:00
Dockerfile.ubuntu-32 We need YASM 1.3.0 on Ubuntu Trusty which ships with 1.2.0 2019-02-23 22:52:53 +01:00
Dockerfile.ubuntu-64 We need YASM 1.3.0 on Ubuntu Trusty which ships with 1.2.0 2019-02-23 22:52:53 +01:00
Dockerfile.windows Don't build executables only to immediately delete them 2019-05-22 18:21:44 -07:00
Dockerfile.xcode Initial commit 2019-01-07 21:51:22 +01:00
README.md Initial commit 2019-01-07 21:51:22 +01:00
build.sh Add a fix to binutils that fixes LTO for us 2019-02-28 17:29:55 +01:00
upload.sh Add an 'export' container to easily export games from the CLI 2019-01-09 20:26:32 +01:00

README.md

Godot engine build containers

This repository contains the Dockerfiles for the official Godot engine builds. These containers should help you build Godot for all platforms supported on any machine that can run Docker containers.

Building

There is a 'build.sh' script included to build the containers themselves. The in-container build scripts will follow shortly.