Flubberducky / gimp-dds

Automatically exported from code.google.com/p/gimp-dds
Other
0 stars 0 forks source link

Compiling for Linux #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This isn't an issue so much as a feature request - would it be possible to 
include instructions in the INSTALL file for compiling this plugin for Gimp on 
Linux (e.g. Ubuntu 12.04)? From the screenshots it seems to be possible to run 
it on some KDE distro!
Thanks - was not sure how else to contact the developer

Original issue reported on code.google.com by kiwiandr...@gmail.com on 19 Nov 2012 at 6:11

GoogleCodeExporter commented 9 years ago
Ubuntu distributes this plugin via it's own package repository.  You can 
compile the plugin by issuing the command "apt-get build-dep gimp-dds" as root, 
and then simply type "make" in the source code directory.  Or type "make 
install" to build and install the plugin to your user's GIMP plugins directory.

Original comment by ski...@gmail.com on 28 Nov 2012 at 11:48