From 658196529420dcdded5436ef4a118cb4a3bc9b2c Mon Sep 17 00:00:00 2001 From: Willy Nolan Date: Fri, 25 Sep 2020 20:50:04 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f2afa6..45726c1 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,9 @@ Most of the examples in this project are API examples with limited graphical out ## To Build This project uses [Git LFS](https://git-lfs.github.com/) for assets and CMAKE to build +- Clone this project using git - From the root of this project update all the submodules with: `git submodule update --init --recursive` -- From the root of this project type `cmake -G ${GENERATOR} -DCMAKE_BUILD_TYPE=Debug` +- From the root of this project type `cmake -G ${GENERATOR} -DCMAKE_BUILD_TYPE=Debug` or open the project in an editor that directly supports CMAKE files Where `${GENERATOR}` is the platform (i.e. `"Unix Makefiles"`)