                             I M G V I E W

                         V E R S I O N   0.3.3


Simple GTK+ image viewer using Imlib or Imlib2.

Copyright (C) 2001-2004 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!):

	# 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
