# Add Cinder and Soso submodules, specifying the branches we want
git submodule add -b release --name Cinder [email protected]:sosolimited/Cinder.git lib/Cinder
git submodule add -b cinder --name Soso [email protected]:sosolimited/ofxSoso.git lib/ofxSoso
# Make sure we get all submodules' submodules
git submodule update --init --recursive
# Build Cinder binaries
cd lib/Cinder/xcode
./fullbuild.sh
- Navigate to lib/Cinder/tools/Tinderbox-Mac and open up TinderBox.
- Point TinderBox to your current Cinder installation.
- If you aren't prompted to enter the path to Cinder, you can edit the list of Cinder installations by clicking on "Settings..."
- Follow the prompts to create a new project in your repository.
Cinder looks for assets in a default assets/ directory. These are useful when working quickly, and are what you should use most of the time. TinderBox will create the assets/ directory for you.
If you want to load a file that isn't in your assets/ directory, just provide the full path to that file (if you want to use relative paths, it's easiest to just put things in assets/).