diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-05-21 01:21:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-21 01:21:53 +0200 |
commit | 9e34280b55157fa1b0d7ad672ffa2f5f4449debd (patch) | |
tree | 1e37b32d41adbff8554c89a50dd5cb5ed16a3ab9 /README.md | |
parent | 54afdfccd4ded46fd61ff11c45bbeb05489b73e7 (diff) | |
parent | b9b562e3c2d076dd58eaf4d1b3612342e2f46208 (diff) |
Merge pull request #121 from Spartan322/update/godot4.0.3-stable
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,13 +5,13 @@ Main Repo for the OpenVic Project For detailed instructions, view the Contributor Quickstart Guide [here](docs/contribution-quickstart-guide.md) ## Required -* [Godot 4.0.2](https://github.com/godotengine/godot/releases/tag/4.0.2-stable) +* [Godot 4.0.3](https://github.com/godotengine/godot/releases/tag/4.0.3-stable) * [scons](https://scons.org/) ## [Godot Documentation](https://docs.godotengine.org/en/latest/) ## Build/Run Instructions -1. Install [Godot 4.0.2](https://github.com/godotengine/godot/releases/tag/4.0.2-stable) and [scons](https://scons.org/) for your system. +1. Install [Godot 4.0.3](https://github.com/godotengine/godot/releases/tag/4.0.3-stable) and [scons](https://scons.org/) for your system. 2. Run the command `git submodule update --init --recursive` to retrieve all related submodules. 3. Run `scons` in the project root, you should see a libopenvic file in `game/bin/openvic`. 4. Open with Godot 4, click import and navigate to the `game` directory. |