Update 'README.md'

This commit is contained in:
latenightz 2021-04-27 16:00:12 +00:00
parent 755c00caee
commit c78dda12b5
1 changed files with 4 additions and 1 deletions

View File

@ -9,4 +9,7 @@ In the future, I'll probably have some sort of release channel thing, like "main
<a href="https://tildegit.org/minimal64/superv/src/branch/pre-release">If you want to alpha/beta-test this game, download the source in the pre-release branch and run it up in Godot.</a>
tip for version numbers (mainly just pre-alpha versions): the number at the end is the date format MONTH/DAY/YEAR without the slashes.
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. <a href="https://github.com/GodotExplorer/ECMAScript">Which can be found here</a>. 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!