From c4e7e652793592c2514ed445271b16c08a23b90f Mon Sep 17 00:00:00 2001 From: 01ChenQing <01ChenQing@gmail.com> Date: Tue, 18 Jun 2024 14:19:47 -0700 Subject: [PATCH] Updated README to include submodule initialization before build --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ece5e89..79447fb 100755 --- a/README.md +++ b/README.md @@ -53,7 +53,9 @@ According to early measurements on image decoding, on a well-behaving 64-bit tar 2. Navigate to the directory containing the source -3. Run the following commands (change the generator according to the version of IDE and platform you want to build for): +3. Initialize submodules (run `git submodule update --init --recursive`) + +4. Run the following commands (change the generator according to the version of IDE and platform you want to build for): #### Windows ```