Skip to content

Commit

Permalink
Add instruction to do a recursive clone before attempting a build
Browse files Browse the repository at this point in the history
  • Loading branch information
yaash45 committed Sep 25, 2024
1 parent 7631f40 commit 346fe83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Linux (Ubuntu, or similar):
- A recent version of CMake
- You can get this via `sudo snap install cmake` or by downloading from https://cmake.org/download/

__Note__: Before building, please ensure that you clone this project with the `-recursive` flag.
This will also clone and initialize all of the submodules that this project depends on.

## Building (macOS, Windows, Linux)

% mkdir build
Expand Down

0 comments on commit 346fe83

Please sign in to comment.