[ English | Japanese ]

GImageView::Install

1. Build from source tarball

General sequence

To build GImageView from source tarball, please type following commands:

 $ tar xvfz gimageview-x.y.z.tar.gz
 $ cd gimageview-x.y.z
 $ ./configure
 $ make
 $ su
 (Password)
 $ make install

Please repace version number suitably.

If you installed both Imlib and gdk-pixbuf, and want to compile GImageView against Imlib, please add a follwing configure option:

 $ ./configure --disable-gdk-pixbuf

If you want to enable Xine support, please add a following option:

 $ ./configure --with-xine

If you want to enable MPlayer support, please add a following option:

 $ ./configure --enable-mplayer

If you want to disable splash logo, please add a following option:

 $ ./configure --disable-splash

When use with Gtk+2

If you want to use with Gtk+2, please add a following configure option:

 $ ./configure --with-gtk2

When use on Linux frame buffer:

If you want to use on frame buffer of Linux, Gtk+2 is required. Please add a following configure option:

 $ ./configure --with-gtk2=gtk+-linux-fb-2.0

When use on MS-Windows

Cygwin is required. Build sequence is same with "When use with Gtk+2".

To build RPM package

You can build a RPM package by following command:

 $ rpm -ta gimageview-x.y.z.tar.gz

2. Binary packages

Under searching binary packages for each distributions...