From 1d9e79b9b38153d0454327a46e315c2fc8874c26 Mon Sep 17 00:00:00 2001 From: itsRevela Date: Thu, 30 Apr 2026 15:49:12 -0500 Subject: [PATCH] docs: add submodule clone hint to compile instructions --- COMPILE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/COMPILE.md b/COMPILE.md index f58fabc8..1390ad68 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -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`.