Add submodule command

This commit is contained in:
teejusb
2022-06-12 11:12:09 -07:00
committed by GitHub
parent 96d9d87325
commit a7df61ea92
+12
View File
@@ -4,6 +4,18 @@ Warning
Using CMake is considered stable, but not every single combination is known to work.
Using the defaults as suggested should cause minimal problems.
Init Submodules
==
Make sure you initialize the submodules after cloning the repository. This is required.
```sh
git clone --depth=1 https://github.com/itgmania/itgmania.gitc
cd itgmania
git submodule update --init
```
After that, you can follow the cmake instructions below to create the build.
Install CMake
==