CCM stands for C++ Component Model. It can:
- support interface-oriented programming;
- support C++ runtime reflection;
ccdl is the .cdl compiler.
runtime is the component driver.
sudo apt-get install software-properties-commonsudo add-apt-repository ppa:george-edison55/cmake-3.xsudo apt-get updatesudo apt-get install cmake
sudo apt-get updatesudo apt-get install libdbus-1-dev
sudo apt-get install libunwind8-dev
sudo apt-get install libicu-dev
cd ccmsource build/envsetup.shbuildorbuild -jnfor release build
releasefor release build ordebugfor debug build
rebuildorrebuild -jn
clobber
cd ccm/bin./demo