Installation
To install GQView with 3D patch please follow these easy (i hope so) steps:
- Download GQView source code and patch code and copy these files to one dir
- You have to have already installed GTK 2.4, you can found it (whith info how to install it) at: http://www.gtk.org/, under Ubuntu you can try: $ sudo apt-get install libgtk2.0-dev
- UnGzip source code: $ gzip -dc ./gqview-2.1.1.tar.gz | tar x
- UnGzip patch: $ gunzip ./gqview-2.1.1-deltalab-stereo.patch.gz
- Apply patch: $ patch -p0 < ./gqview-2.1.1-deltalab-stereo.patch
- Copy all files from ./gqview-2.1.1-deltalab-stereo/src folder into ./gqview-2.1.1/src folder
- Goto source code: $ cd gqview-2.1.1
- Configure it: $ ./configure
- And make it: $ make
- Done! You can now go into source dir: $ cd src
- ... and run GQView with JPG Stereo support!: $ ./gqview
- To install it type: $ make install