linux - How to install cinder C++ on ubuntu -
i used command install cinder on ubuntu 12.04 :
git clone -b dev --recursive git://github.com/cinder/cinder.git cinder_master
now have folder cinder_master created bunch of folders in it. know sound stupid how start cinder or need else ?
thank !
supposing followed instructions http://libcinder.org/docs/welcome/gitsetup.html ... according site
"cinder free, open-source , available mac os x, ios , windows."
so no ubuntu supported out of box.
when @ source has deep dependencies windows , mac internals, such as:
#if defined( cinder_mac ) #include "cinder/cocoa/cindercocoa.h" #import <cocoa/cocoa.h> #import <appkit/nspasteboard.h> #import <appkit/nsimage.h> #elif defined( cinder_cocoa_touch ) #include "cinder/cocoa/cindercocoa.h" #include "cinder/cocoa/cindercocoatouch.h" #import <uikit/uipasteboard.h> #elif defined( cinder_msw ) #include <windows.h> #include "cinder/msw/cindermsw.h" #include "cinder/msw/cindermswgdiplus.h" #include "cinder/utilities.h" #include "cinder/ip/fill.h" #include "cinder/ip/blend.h" #include <set> #endif
so no linux branch. "in touch" cinder developers, ask them if plan provide linux support ... maybe volunteer it?
Comments
Post a Comment