juniorxsound / ReTouch

🎬 An OpenGL application for editing and retouching images using depth-maps in 2.5D
GNU Lesser General Public License v2.1
73 stars 12 forks source link

Please post some builds #2

Closed andybak closed 6 years ago

andybak commented 6 years ago

I'd be happy to give it a go but nearly every time I try and use a project from Github that requires compiling I end up wasting a fair amount of time with inscrutable errors before giving up.

And I've got access to Mac and Linux boxes - which at least have a snowball in hell's chance of a successful build. If all I had access to was a Windows box then I wouldn't even try.

juniorxsound commented 6 years ago

Hi @andybak,

I understand your frustration.

This project is actually very straightforward to build thanks to the inclusion of all dependencies as git submodules, just make sure to clone it using the --recursive flag (see instructions section for full command)

If you still prefer a binary I have uploaded a macOS release which you can download here

Thanks