I try to follow install text to install the JGIMP in feodra 23 .
Run $ ./configure throw
error: plugin dir not found, please use --prefix= option to identify where the gimp is installed
But , My gimp plugins folder path is ="/usr/lib64/gimp/2.0/plug-ins" , so go configure file and edit and run configure file.
if test "x$prefix" = x; then
if test -d "/usr/local/lib/gimp/1.2/plug-ins/"; then :
else { echo "configure: error: plugin dir not found, please use --prefix= option to identify where the gimp is installed" 1>&2; exit 1; };
fi
But, Throw Same Error , Suggest me How to Solve this.