How to install cinder c ++ on ubuntu

I used this command to install cinder on ubuntu 12.04:

git clone -b dev --recursive git://github.com/cinder/Cinder.git cinder_master 

Now I have a cinder_master folder created with a bunch of folders. I know this will sound silly, but how do I start a cave or do I need to do something else?

Thank!

+4
source share
3 answers

Suppose you follow the instructions http://libcinder.org/docs/welcome/GitSetup.html ... According to the site

"Cinder is free, open source and available for Mac OS X, iOS, and Windows."

So ubuntu is not supported.

, 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... , ?

+5

:

https://forum.libcinder.org/topic/next-steps-for-the-linux-fork

linux-dev-glfw3 , , cinder_master GLNext.

+3
+1

Source: https://habr.com/ru/post/1533222/


All Articles