Gkrellm: Difference between revisions

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


Required
=== Optional ===
 
* [[GnuTLS]]
* [[OpenSSL]]
* [[Gtk2]]


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

Revision as of 16:19, 27 October 2006

Download Source: http://members.dslextreme.com/users/billw/gkrellm/gkrellm-2.2.9.tar.bz2

Dependencies

Optional

Non-Multilib

Compile the package:

make INSTALLROOT=/usr

Install the package

make INSTALLROOT=/usr install

Multilib

32Bit

Compile the package:

make CC="gcc -m32" PKG_CONFIG_PATH=/usr/lib/pkgconfig INSTALLROOT=/usr

Install the package

make INSTALLROOT=/usr install

N32

TO DO!

64Bit

Compile the package:

make CC="gcc -m64" PKG_CONFIG_PATH=/usr/lib64/pkgconfig \
INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig

Install the package

make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig install


Contents

GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.

Retrieved from "?title=Gkrellm&oldid=3345"