

qxv is a basic image viewer, with an interface as close as possible to the
old and unmaintained xv.
It is a Modern rewrite of the classic "xv", GPL and maintained

The official homepage is http://labs.freehackers.org/projects/qxv

Design & Coding:
----------------
Thomas Capricelli <orzel@freehackers.org>
http://www.freehackers.org/thomas/free-software/


qxv REQUIREMENTS
----------------
You need to have Qt-4 (tested : 4.6, 4.7).

If you intend to compile it by yourself, with most linux distribution
you will need the "-devel" packages for Qt.

COMPILATION
-----------

The recommanded way to compile and install is
    qmake  # create makefile
    make   # actual compilation

INSTALLATION
------------
qxv is a single binary, and does not depend on any other files (despite, of course,
dynamically linked libraries, whatever they are). This minimalist approach
is done on purpose.
So install is just about copying the resulting file 'qxv' wherever you
want.

Enjoy,
Thomas Capricelli <orzel@freehackers.org>

