From c78dda12b5e28b5661fdc95f6b13cd1f5c30ed54 Mon Sep 17 00:00:00 2001 From: latenightz Date: Tue, 27 Apr 2021 16:00:12 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bda1a31..c7dd4ca 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,7 @@ In the future, I'll probably have some sort of release channel thing, like "main If you want to alpha/beta-test this game, download the source in the pre-release branch and run it up in Godot. -tip for version numbers (mainly just pre-alpha versions): the number at the end is the date format MONTH/DAY/YEAR without the slashes. \ No newline at end of file +tip for version numbers (mainly just pre-alpha versions): the number at the end is the date format MONTH/DAY/YEAR without the slashes. + +## Compiling +Compiling SuperV requires a modified version of Godot. Which can be found here. It's open source and provides pre-compiled binaries for Windows, MacOS, and Linux. This is needed because of the experiments with Java. There's a good chance Java won't stick with SuperV, but you need this to compile and run SuperV from source. Thanks for understanding! \ No newline at end of file