Skip to content

Commit 6581965

Browse files
Update README.md
1 parent fb66bc6 commit 6581965

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ Most of the examples in this project are API examples with limited graphical out
3434

3535
## To Build
3636
This project uses [Git LFS](https://git-lfs.github.com/) for assets and CMAKE to build
37+
- Clone this project using git
3738
- From the root of this project update all the submodules with: `git submodule update --init --recursive`
38-
- From the root of this project type `cmake -G ${GENERATOR} -DCMAKE_BUILD_TYPE=Debug`
39+
- 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
3940

4041
Where `${GENERATOR}` is the platform (i.e. `"Unix Makefiles"`)
4142

0 commit comments

Comments
 (0)