alessandrofrancesconi / gimp-plugin-bimp

BIMP. Batch Image Manipulation Plugin for GIMP.
http://www.alessandrofrancesconi.it/projects/bimp
Other
858 stars 91 forks source link

Can't build on ArchLinux (Arch, Manjaro, Artix) #392

Open TheYellowArchitect opened 5 months ago

TheYellowArchitect commented 5 months ago

You must have gimptool installed in order to have the full set of libraries and dependences needed to compile BIMP (names can differ depending on the distro).

For Debian-based (Ubuntu, Linux Mint, ...)

sudo apt-get install libgimp2.0-dev libgegl-dev

sudo pacman -S gimptool libgimp2.0-dev -> returns nothing. There are no gimp-dev+ packages...

also see https://github.com/alessandrofrancesconi/gimp-plugin-bimp/issues/388

skeezmoe commented 3 weeks ago

This also fails to build on Endeavour OS with the same problem:

sudo pacman -S gimptool libgimp2.0-dev -> returns nothing. There are no gimp-dev+ packages...