Systemload

From CBLFS
Revision as of 11:13, 29 January 2007 by Weibullguy (talk | contribs) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://goodies.xfce.org/releases/xfce4-systemload-plugin/xfce4-systemload-plugin-0.4.2.tar.bz2

Introduction to Xfce4-System-Load

A system load plugin for the Xfce4 desktop environment that displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce4 panel.

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

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/sysload &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/sysload &&
make

Install the package:

make install

N32

Compile the package:

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

Install the package:

make install

64Bit

Compile the package:

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

Install the package:

make install

Contents

Installed Directories:
Installed Programs:
Installed Libraries:

Short Descriptions