YCAMInterlab / ofxTimeline

lightweight timeline tools for openFrameworks
270 stars 140 forks source link

Dependencies configuration for Linux / Latest openframeworks Version #91

Open Samsy opened 11 years ago

Samsy commented 11 years ago

In order to make ofxTimeline work with the latest OF version / on your linux system :

add #include "Poco/Delegate.h" in ofxTween.h .

and checkout the ''develop' branch of ofTextInputField

Cheers.

obviousjim commented 11 years ago

could you send a pull request?