openframeworks / apothecary

This is the OpenFrameworks library apothecary. It mixes formulas and potions to build and update the C/C++ lib dependencies.
Other
56 stars 51 forks source link

Libraries for windows installing in a different folder - Windows only #315

Closed dimitre closed 10 months ago

dimitre commented 10 months ago

I've noticed on both ofxKinect and ofxOpenCv some additional folders are being created, like addons / ofxOpenCv / libs / ippicv / ippicv (we have to move one folder up) addons / ofxOpenCv / libs / opencv / opencv (we have to move one folder up)

same for libusb and maybe some others

cc @ofTheo @danoli3

danoli3 commented 10 months ago

Looking into this now as yeah nightly goes to download script.

Might be worth thinking about adding releases targetted to numbers, and in oF core having a way like -b to specify which version:

download_libs.sh -v 12.0.0

or something.

Okay I have a fix for the above already

danoli3 commented 10 months ago

Okay that one should solve it ^

dimitre commented 10 months ago

Greatt news!

dimitre commented 10 months ago

closed by https://github.com/openframeworks/openFrameworks/pull/7819#event-11226060176