Installing QFitsView
====================

**************************************************************

1. You need a special version of the pgplot library
   ($PGPLOT denotes the directory where you extracted pgplot)

a) Copy bmdriv.c and bmdriv.h to $PGPLOT/drivers

b) Edit $PGPLOT/makemake
   - add the following line to the DEVICE DRIVERS section:
BMDRIV="bmdriv.o"

c) Edit $PGPLOT/drivers.list
   - add the following line:
 BMDRIV 0 /BM        Memory Bitmap                    C

d) Compile the library.

**************************************************************

2. Run "qmake QFitsView.pro; make clean; make"
   On Windows, run "qmake QFitsView.pro -t vcapp", the open in
   Visual Studio and compile

**************************************************************
