installing comes with heaps of problems
Downloading zip, renaming and throwing into add ons folder, then running example project gives me a million errors revolving around the OF directory being set to "ghost" something or other username. Any way to remove these absolute paths so it can be used by others?
Not maintainer, but just went through this. For future reference, here's the steps to get it running:
Git clone on this repo, into the openFrameworks/addons directory. Run the openFrameworks project generator. With the project generator, add the ofxHAPAVPlayer to the project. Finally, set the runpath search patchs to get program to run. (This part is in the README)
Good luck!
Thanks!