openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

how can i add new addons into my openframework? #8032

Closed mathpopo closed 4 months ago

mathpopo commented 4 months ago

[i download https://github.com/kentaroid/ofxTrueTypeFontUL2. ~/disk1/github/openFrameworks/addons/ofxTrueTypeFontUL2$ ls example libs LICENSE.md README.md src

~/disk1/github/openFrameworks/apps/projectGenerator/commandLine/bin$ projectGenerator -o "/home/chenxin/disk1/github/openFrameworks" -a "ofxTrTypeFontUL2" --force /home/chenxin/disk1/github/openFrameworks/ [notice ] PG v.55

[ error ] there is no src folder in this project path to update, maybe use create instead? (or use force to force updating)

[notice ] in 0.000262003 seconds

mathpopo commented 4 months ago

(base) chenxin@chenxin-Nitro-AN515-52:~/disk1/github/openFrameworks/apps/projectGenerator/commandLine/bin$ ./projectGenerator -o"/home/chenxin/disk1/github/openFrameworks" -a"ofxTrueTypeFontUC" /home/chenxin/disk1/github/openFrameworks/apps/myApps/your_project [notice ] PG v.55

[notice ] ----------------------------------------------- [notice ] target platform is: linux64 [notice ] setting OF path to: "../../.." [notice ] from -o option [notice ] project path is: "/home/chenxin/disk1/github/openFrameworks/apps/myApps/your_project" [notice ] setting up new project "/home/chenxin/disk1/github/openFrameworks/apps/myApps/your_project" [notice ] adding addon: ofxTrueTypeFontUC [notice ] saving addons.make [notice ] project created! [notice ] -----------------------------------------------

1 project created [notice ] in 0.100966 seconds