# In my case, I had installed perl from Homebrew at some point in the past. Mkdir -p $PREFIX/share # This is where config.site should be placed. # We also need to create a couple other important directories. # We need to create this directory if it does not exist. # Let's refer to this directory with a variable # We will assume that our build directory is '~/Code/build-gimp-plugins'. # However, it's best if it's a new, empty directory unless you know what you're doing. # You can put your build directory wherever is convenient. Overviewġ - Setup build directory # I setup my build directory as recommended by () on. This guide assumes you'll be running Resynthesizer under GIMP 2.10.10 installed with brew cask install gimp.
This should simplify the process of compiling GIMP plugins on macOS. Homebrew was used to fulfill as many dependencies as possible.Īfter writing Version 1, I decided to make a Tap available which contains libgimp2.0.
The following documents the steps I took to compile the latest version of Resynthesizer on macOS Sierra (10.12.6) for GIMP 2.10.10. Building Resynthesizer for GIMP 2.10.10 on macOS - V2