Ristretto: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) |
Weibullguy (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 89: | Line 89: | ||
|is a lightweight picture viewer for the XFCE desktop. | |is a lightweight picture viewer for the XFCE desktop. | ||
|} | |} | ||
[[Category:XFCE]] | |||
[[Category:Graphics Utilities]] | |||
Latest revision as of 06:36, 20 October 2010
| Download Source: | svn co http://svn.xfce.org/svn/goodies/ristretto/trunk ristretto |
|---|
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. |
|---|