labatrockwell / openTSPS

TSPS is a cross platform Toolkit for Sensing People in Spaces. It performs openCV operations on live video (Kinect, web camera, etc) and sends it to clients as JSON (via WebSockets), OSC, TUIO, or TCP.
http://www.openTSPS.com
194 stars 51 forks source link

Building on linux #78

Closed cjwills closed 10 years ago

cjwills commented 10 years ago

Is building on linux currently supported? The only reference I can find is #19 from 2011.

In particular having the addons split between openTSPS and those shipped with OF is proving problematic (unless I am missing something obvious).

robotconscience commented 10 years ago

Hello! Check @emmanuelgeoffray's branch here: https://github.com/emmanuelgeoffray/openTSPS

It's a little behind the current build, but should still be in a pretty good place. If you're able to get his running and are interested in merging in the latest changes and submitting a PR, that'd be amazing!

cjwills commented 10 years ago

Thanks! That's very useful.

Looks like the hard part is keeping all the addons in sync so they actually build...