Difference between revisions of "Cpugraph"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
(Multilib)
Line 37: Line 37:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=${XFCE_PREFIX} &&
+
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 +
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
 
  make
 
  make
  

Revision as of 08:24, 3 February 2007

Download Source: http://goodies.xfce.org/releases/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.3.0.tar.bz2

Introduction to Cpugraph

This systemload plugin offers multiple display modes (LED, gradient, fire, etc...) to show the current CPU load of the system.

Package Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin

Dependencies

Required

Configuration Information

Non-Multilib

Compile the package:

./configure --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}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib64 &&
make

Install the package:

make install

Contents