Gkrellm: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
Line 30: Line 30:
Compile the package:
Compile the package:


  make CC="gcc -m32" PKG_CONFIG_PATH=/usr/lib/pkgconfig INSTALLROOT=/usr
  make CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
    INSTALLROOT=/usr


Install the package
Install the package
Line 38: Line 39:
=== N32 ===
=== N32 ===


TO DO!
Compile the package:
 
make CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
    INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib32/pkgconfig
 
Install the package
 
make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib32/pkgconfig install


=== 64Bit ===
=== 64Bit ===
Line 44: Line 52:
Compile the package:
Compile the package:


  make CC="gcc -m64" PKG_CONFIG_PATH=/usr/lib64/pkgconfig \
  make CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig
    INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig


Install the package
Install the package


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


= Contents =
= 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.
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.

Revision as of 16:24, 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 ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
    INSTALLROOT=/usr

Install the package

make INSTALLROOT=/usr install

N32

Compile the package:

make CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
    INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib32/pkgconfig

Install the package

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

64Bit

Compile the package:

make CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
    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=3346"