We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 934f51f + 4cf3da3 commit 1a4edd2Copy full SHA for 1a4edd2
README.md
@@ -7,6 +7,7 @@ Main Repo for the OpenVic2 Project
7
8
## Build/Run Instructions
9
1. Install [Godot 4 Beta 16](https://downloads.tuxfamily.org/godotengine/4.0/beta16/) and [scons](https://scons.org/) for your system.
10
+2. Run the command `git submodule update --init --recursive` to retrieve all related submodules.
11
3. Run `scons` in the project root, you should see a libopenvic2 file in `game/bin/openvic2`.
12
4. Open with Godot 4 Beta 16, click import and navigate to the `game` directory.
13
5. Import and edit.
0 commit comments