From 958bf8d33dfad0cc346063ede7dff068bc58d19c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 17 Nov 2020 09:34:19 +0100 Subject: [PATCH] README: Document known good versions Same as in CI configuration. Fixes #9. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c35b94c..8329712 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,16 @@ [![Build](https://github.com/godotengine/godot-mono-builds/workflows/Build/badge.svg)](https://github.com/godotengine/godot-mono-builds/actions) -This repository contains scripts for building the Mono runtime to use with Godot Engine +This repository contains scripts for building the Mono runtime to use with Godot Engine. + +## Supported versions + +The scripts are tested against specific versions of the toolchains used by Godot. +While they may work with other versions, you might have issues applying patches or compiling, so we recommend using the versions below. + +- Mono: 6.12.0.111. +- Emscripten: 1.39.9. +- Android: API level 29. ## Command-line options