of
of copied to clipboard
CMake openFrameworks for Linux, OS X and Windows.
we should allow Travis build for examples to fail statement at https://github.com/ofnode/of/blob/master/.travis.yml#L41-L42 is definitely not enough
for example here is a RPi specific statement : https://github.com/ofnode/of/blob/master/CMakeLists.txt#L828-L833 Moreover it would be nice to support more arch (like Pine64, see https://github.com/ofnode/of/issues/7).
There are lots of duplicate symbol when linking statically to of (with `OF_STATIC=ON`) and dynamically to Gstreamer. The duplicate symbols are in `libpcre` with is used both by Gstreamer and...