Thread: Amiga gfx
View Single Post
Old 11 January 2018, 01:14   #63
TurboCrash
Registered User
 
Join Date: Dec 2015
Location: Lisbon/Portugal
Posts: 51
Just found how to install the illusive iff plugin for Gimp that works in Linux. To get iff support in Gimp linux, specifically Ubuntu /Debian. After installing GIMP run:

sudo apt install libgimp2.0-dev
git clone https://github.com/unwind/gimpilbm
cd gimpilbm
make
make install

In case you get an error you're probably missing build essentials, install
sudo apt-get install build-essential
and repeat steps above

Last edited by TurboCrash; 11 January 2018 at 01:15. Reason: typo
TurboCrash is offline  
 
Page generated in 0.04380 seconds with 11 queries