Skip to content

Commit 1a4edd2

Browse files
authored
Merge pull request #2 from OpenVic2Project/moreinstruction
Added git submodule recursive update step to build instructions
2 parents 934f51f + 4cf3da3 commit 1a4edd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Main Repo for the OpenVic2 Project
77

88
## Build/Run Instructions
99
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.
1011
3. Run `scons` in the project root, you should see a libopenvic2 file in `game/bin/openvic2`.
1112
4. Open with Godot 4 Beta 16, click import and navigate to the `game` directory.
1213
5. Import and edit.

0 commit comments

Comments
 (0)