Difference between revisions of "Ristretto"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page.) |
Weibullguy (talk | contribs) (→Required) |
||
Line 13: | Line 13: | ||
=== Required === | === Required === | ||
* [[Gtk2]] | * [[Gtk2]] | ||
+ | * [[libexif]] | ||
== Non-Multilib == | == Non-Multilib == |
Revision as of 19:40, 10 September 2008
Download Source: | svn co http://svn.xfce.org/svn/goodies/ristretto/trunk ristretto |
---|
Contents
Introduction to Ristretto
Ristretto is a fast and lightweight picture-viewer for the Xfce desktop environment. Currently Ristretto is only available to checkout from the XFCE Goodies Subversion repository.
Project Homepage: http://goodies.xfce.org/projects/applications/ristretto
Dependencies
Required
Non-Multilib
Compile the package:
./autogen.sh --prefix=${XFCE_PREFIX} && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./autogen.sh --prefix=${XFCE_PREFIX} && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./autogen.sh --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./autogen.sh --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 && make
Install the package:
make install
Configuring
Contents
Installed Directories: | None |
---|---|
Installed Programs: | ristretto |
Installed Libraries: | None |
Short Descriptions
ristretto | is a lightweight picture viewer for the XFCE desktop. |
---|