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

Those steps can be seen on livecoding.tv

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 vc2013 with Visual Studio 2015
Compile it with Visual Studio 2015 using Batch build: check 32 bit Debug and Release versions
Create a test project with Tinderbox

Python

If you use Python, setup version 3.5
On linux:
apt-get install: python3 python3-pip
optional: ipython3
Setup Crossbar on Ubuntu