Development environment

Steps to setup the folders for development

Commands

Commands to follow step by step

Your folder structure should be like this at the end of the Cinder setup:

Blocks to checkout in you Cinder/blocks folder or better, use ./install.sh from /videodromm/videodromm-controller-cinder

Cinder

On linux only: git clone https://github.com/cinder/Cinder.git --recursive -b android_linux ( follow instructions on https://github.com/cinder/Cinder/wiki/Cinder-for-Linux )
on Windows/OsX: git clone https://github.com/cinder/Cinder.git --recursive
Open Cinder.sln in the vc2015 (I copy this folder to vc2017) with Visual Studio 2017
Compile it with Visual Studio 2017 using Batch build: check 64 bit Debug and Release versions
Create a test project with Tinderbox