XScreenSaver: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
No edit summary
 
Oppiz (talk | contribs)
No edit summary
Line 8: Line 8:


== Dependencies ==
== Dependencies ==
Required
*[[bc]]
*[[libglade]]


== Non-Multilib ==
== Non-Multilib ==

Revision as of 00:29, 4 October 2006

Download Source: http://www.jwz.org/xscreensaver/xscreensaver-5.01.tar.gz

Dependencies

Required

Non-Multilib

Compile the package:

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

Install the package

make install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

CC="gcc -m32" PKG_CONFIG_PATH=/usr/lib/pkgconfig BUILDENV=32 \
./configure --prefix=/usr --libexecdir=/usr/lib --with-x-app-defaults=/usr/lib/X11/app-defaults
make

Install the package

make install

N32

Compile the package:

TO DO!

64Bit

Compile the package:

CC="gcc -m64" PKG_CONFIG_PATH=/usr/lib64/pkgconfig BUILDENV=64 LDFLAGS="-L/usr/lib64" \
./configure --prefix=/usr --libexecdir=/usr/lib64 --with-x-app-defaults=/usr/lib64/X11/app-defaults
make

Install the package

make install