mirror of
https://git.revela.dev/itsRevela/LCE-Revelations.git
synced 2026-05-21 19:24:55 +00:00
docs: add submodule clone hint to compile instructions
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
VS 2022 has built-in CMake support, so there is no need to generate a `.sln` file by hand.
|
||||
|
||||
1. Install the prerequisites above.
|
||||
2. Clone the repo.
|
||||
2. Clone the repo with submodules. If you don't, you will get a build error!
|
||||
- `git clone --recurse-submodules https://github.com/itsRevela/LCE-Revelations.git`
|
||||
3. In Visual Studio: `File > Open > Folder...` and select the **repo root** (the folder that contains `CMakeLists.txt`).
|
||||
4. Wait for CMake to configure (~5 seconds on a warm cache, a few minutes on the first run while assets copy).
|
||||
5. Pick a build configuration in the dropdown, for example `windows64-release`.
|
||||
|
||||
Reference in New Issue
Block a user