-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to add addons #8031
Comments
try
|
|
@dimitre if i want to add new addons, should i do ? because i just use openFrameworks/scripts/linux/download_libs.sh && compileOF.sh && compilePG.sh, i just add addons code into addon/ ,again use these sh, just |
you can edit |
for example : openFrameworks/examples/templates/allAddonsExample$ ls addons.make:above all done!!! again download_libs.sh && compileOF.sh && compilePG.sh? |
no need to run this scripts. I think this two are enough
|
i just want to use file(GLOB OF_LIBS (base) chenxin@chenxin-Nitro-AN515-52:~/disk1/github/openFrameworks/examples/templates/allAddonsExample$ make |
go to the example/project folder and run
so you have the default makefiles in this folder and can run make |
/usr/include/c++/11/string:67:11: note: ‘std::pmr::string’ |
Yes this addon probably have to be modified to run corrrectly with latest openFrameworks |
could you introduce me a ofx like ofxpango? |
@mathpop |
I reckon we can do better with addons / management. I know there's a few solutions but if we can cook a solution into the c++ command line project generator and thus embed it also in the gui I think we will solve a lot of hassles. I'll side quest into project generator stuff while I sort out Android merge. Lots of blocks we need to fix for the devs |
ubuntu22.04
cd OF/examples/graphics/polygonExample
make
make run
but no make
The text was updated successfully, but these errors were encountered: