                             I M G V I E W

                         V E R S I O N   1.4.2


A GTK+ image viewer using Imlib.

Copyright (C) 2001-2006 WolfPack Entertainment

http://wolfpack.twu.net/


You may edit iv/config.h to modify any compile time options.


To compile and install, run:

	# ./configure <os_type> --prefix=/usr
	# make all


Or to compile for Imlib2 support (EXPERIMENTAL, NOT RECOMMENDED!):

	# make -f Makefile.Imlib2 all

Note that not all functions work in the Imlib2 version! This is not 
recommended, so if in doubt do not use Imlib2.


If there were no errors during the compiling process, then install
(you may need to `su' to root first):

	# make install
