Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
computersarecool authored Sep 26, 2020
1 parent fb66bc6 commit 6581965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`)

Expand Down

0 comments on commit 6581965

Please sign in to comment.