of
of copied to clipboard
CMake openFrameworks for Linux, OS X and Windows.
I wonder if there are there any plans to work on this? No promises from my side yet, but would you be open to PRs?
I am not sure if this is still active, but is it possible to get this to work on MSYS2? I;m very desperate to be able to write OpenFrameworks apps...
Someone asked about upgrading openFrameworks so I decided to create an issue here to do it. There currently isn't a clear process for how to upgrade this library, so we...
Fresh install of Mojave 10.14.6 Installed Xcode, developer tools and brew. `brew install opencv@2 --c++11 --without-python --without-numpy --without-test` Failed so I installed open cv without any flags. Then I did...
Hi, I'm trying to compile on Windows platform. Several things I noticed: 1. The current CMake need `pkg-config` which google says to be a standard software in Linux system to...
needed to add dependency and custom include directory
it is added in every example from the submodules, but apparently not systematicall, e.g. from addons examples maybe it should be stored at some place in the repo, and added...
I had some issues with compiling the examples. Specifically I get an error regarding invalid number of arguments to `add_executable` in the `example()` function. Changing `add_executabl`e to: ``` add_executable( ${APP}...
e.g. ofxOMXPlayer fails to configure
I read in the cmake that the architecture **aarch64** (for **pine64**) is not supported. What would it take to make it compliant with such a board ?