ofxHAPAVPlayer icon indicating copy to clipboard operation
ofxHAPAVPlayer copied to clipboard

installing comes with heaps of problems

Open prismspecs opened this issue 9 years ago • 2 comments

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?

prismspecs avatar Sep 05 '16 20:09 prismspecs

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!

burningion avatar Oct 25 '16 14:10 burningion

Thanks!

prismspecs avatar Jan 19 '17 20:01 prismspecs