Gqview: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
No edit summary
 
Manphiz (talk | contribs)
No edit summary
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-2.2.13.tar.bz2
| http://prdownloads.sourceforge.net/gqview/gqview-2.0.2.tar.gz?download
|}
|}



Revision as of 05:16, 17 October 2006

Download Source: http://prdownloads.sourceforge.net/gqview/gqview-2.0.2.tar.gz?download

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install


Multilib

This package has no libraries so only one below is needed.

32Bit

Compile the package:

CC="gcc -m32" PKG_CONFIG_PATH=/usr/lib/pkgconfig \
./configure --prefix=/usr &&
make

Install the package

make install


N32

TO DO!

64Bit

Compile the package:

CC="gcc -m64"  PKG_CONFIG_PATH=/usr/lib64/pkgconfig \
./configure --prefix=/usr &&
make

Install the package

make install 

Contents

Gqview is a simple application that allows you to view images.

Retrieved from "?title=Gqview&oldid=3128"