homebrewgimp

install gimp with homebrew?


I worked with gimp a while back when users had to install x11. I want to install it again for a project requiring image editing. I see there are a lot of enhancements to the installation process. It seems installing x11 is not required anymore. I am so used to brew everything. Is there a way to install gimp with homebrew?


Solution

  • Install Gimp

    brew install gimp
    

    This will install Gimp via Homebrew Cask automatically.

    2020 edit: "brew cask install" is no longer necessary; brew will automatically tap casks when appropriate.