tar xzvf gqview-2.1.5.tar.gz
cd gqview-2.1.5
CPPFLAGS="-D_FILE_OFFSET_BITS=64" LDFLAGS="-lm" ./configure --prefix=/usr/local
make
make install DESTDIR=/dir/of/your/choice
