nicknikolov/facesynth

how can I compile it in Ubuntu 16.04 i386 ?

Closed this issue · 4 comments

Thank you for making such an assistive tool.
I built OpenFramework and set the library paths, I also cloned this facesynth repo but I dont know how to compile it.
I hope you help me.
Regards.
Kenn

Hi Ken,
I'm sorry it's taken me a year to see this issue, I imagine it's not relevant to you anymore. Either way, I don't have an Ubuntu instance and wouldn't really know how to compile it there. Let me know if this is something you still want to get working - I'll find a way to make it work if that's the case, otherwise we can close this issue.

@nicknikolov thank you for responding. I am not a programmer, I am used to build projects via configure, make , cmake, etc. But I found none in your project. I also wondered how to include ofx libraries. Anyway, I grasped basics of building from source code. I think I can handle it now.
Thank you for your work.
Regards.

The easiest way to run my code would be to get an openFrameworks project running on Linux in your favourite IDE or terminal.
I haven't done that on Linux but I suppose that's the way to go: http://openframeworks.cc/setup/linux-install/

In terms of dependencies I only require ofxMaxim and ofxCv.

Here is the example folder for ofxMaxim:
https://github.com/micknoise/Maximilian/tree/master/openFrameworks

And for ofxCv:
https://github.com/kylemcdonald/ofxCv

Getting any of these examples running and copy pasting my code should probably work.
Hope that helps!

@nicknikolov thank you for your help. I didn't think of that trick.
I close the issue. I wish you good luck with your projects.