このコマンドを使用して、ubuntu 12.04 に cinder をインストールしました。
git clone -b dev --recursive git://github.com/cinder/Cinder.git cinder_master
これで、多数のフォルダーを含むフォルダー cinder_master が作成されました。ばかげているように聞こえるかもしれませんが、燃えがらを開始する方法、または他に何かする必要がありますか?
ありがとうございました !
このコマンドを使用して、ubuntu 12.04 に cinder をインストールしました。
git clone -b dev --recursive git://github.com/cinder/Cinder.git cinder_master
これで、多数のフォルダーを含むフォルダー cinder_master が作成されました。ばかげているように聞こえるかもしれませんが、燃えがらを開始する方法、または他に何かする必要がありますか?
ありがとうございました !
http://libcinder.org/docs/welcome/GitSetup.htmlの指示に従ったとします...サイトによると
「Cinder は無料でオープンソースであり、Mac OS X、iOS、および Windows で利用できます。」
そのため、そのままでは ubuntu はサポートされていません。
ソースを見ると、次のように、Windows および Mac の内部に非常に深い依存関係がいくつかあります。
#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
そのため、Linux ブランチはありません。ただし、cinder 開発者と「連絡」を取り、Linux サポートを提供する予定があるかどうかを尋ねることはできます。
これは、最近の議論をフォローするのに適したスレッドです。
https://forum.libcinder.org/topic/next-steps-for-the-linux-fork
linux-dev-glfw3 ブランチは機能しますが、cinder_master が GLNext を使用しているため、現時点では古くなっています。
fritzoneが言ったように、Linux で動作する現在のバージョンはありませんが、(うまくいけば) いくつかの開発が行われています。
https://forum.libcinder.org/topic/basicapp-in-linux
そしておそらくAndroidにも。