You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,9 @@ Most of the examples in this project are API examples with limited graphical out
34
34
35
35
## To Build
36
36
This project uses [Git LFS](https://git-lfs.github.com/) for assets and CMAKE to build
37
+
- Clone this project using git
37
38
- 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
39
40
40
41
Where `${GENERATOR}` is the platform (i.e. `"Unix Makefiles"`)
0 commit comments