You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
Dependencies | 3 years ago | |
data | 3 years ago | |
.clang-format | 3 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 3 years ago | |
BuildDependencies_Debug.sh | 3 years ago | |
Build_Debug.sh | 3 years ago | |
LICENSE | 3 years ago | |
ReadMe.org | 3 years ago | |
main.cpp | 3 years ago |
ReadMe.org
Ogre Start Project
This is for Ogre v2, aka. Ogre-next.
See this article for a step-by-step explanation of this setup.
Cloning
This repository includes Ogre and other dependencies as submodules. To clone properly:
git clone --recurse-submodules https://github.com/makuto/ogre-start-project
# Or, if you've already cloned without --recurse-submodules:
git submodule update --init --recursive
You may also need to do this:
cd Dependencies/ogre-next-deps
git submodule update --init --recursive