SHOGun-Core is the framework used to build SHOGun, based on several high-quality Open Source frameworks.
Everything you need to know about SHOGun-Core or how you can start with developing is documented in the wiki of this project.
On the shogun-core root directory (if wiki/doc has been changed):
- If the submodule has not yet been initialized:
git submodule update --init --recursive
git submodule foreach git pull origin master
git add ...
git commit
git push ...