Closed eltiare closed 12 years ago
Do you compile GIMP on OSX? If so, the resynthesizer uses the same build tools that GIMP does.
If not, there is a makefile (something like makefile.bootch) that I sometimes use when developing. It is primitive and basic, only using the standard "make" which should be on OSX. But you will need to hack it so that it finds the GIMP libraries.
It depends on your purpose. If you want resynthesizer to use with GIMP, you should look for it already compiled for OSX. If you want to use it as a library for your own application, you don't need any GIMP libraries and you need to hack at the given makefile.
Eh, never mind. Turns out the latest GIMP.app build includes it. That's all I wanted it for. Thanks, though!
On Wed, Sep 5, 2012 at 9:16 AM, Lloyd Konneker notifications@github.comwrote:
Do you compile GIMP on OSX? If so, the resynthesizer uses the same build tools that GIMP does.
If not, there is a makefile (something like makefile.bootch) that I sometimes use when developing. It is primitive and basic, only using the standard "make" which should be on OSX. But you will need to hack it so that it finds the GIMP libraries.
It depends on your purpose. If you want resynthesizer to use with GIMP, you should look for it already compiled for OSX. If you want to use it as a library for your own application, you don't need any GIMP libraries and you need to hack at the given makefile.
— Reply to this email directly or view it on GitHubhttps://github.com/bootchk/resynthesizer/issues/13#issuecomment-8302368.
I'm not terribly good at building compile scripts and I was wondering if I might get some direction on how to compile this on OS X Lion?