Difference between revisions of "Systemload"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
|||
Line 23: | Line 23: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/sysload && | + | ./configure --prefix=${XFCE_PREFIX} \ |
+ | --libexecdir=${XFCE_PREFIX}/lib/sysload && | ||
make | make | ||
Line 31: | Line 32: | ||
== Multilib == | == Multilib == | ||
+ | '''''This package does not install any libraries so only one installation is needed.''''' | ||
=== 32Bit === | === 32Bit === | ||
Line 36: | Line 38: | ||
Compile the package: | Compile the package: | ||
− | CC="${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | + | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ |
− | ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/sysload && | + | ./configure --prefix=${XFCE_PREFIX} \ |
+ | --libexecdir=${XFCE_PREFIX}/lib/sysload && | ||
make | make | ||
Line 48: | Line 51: | ||
Compile the package: | Compile the package: | ||
− | CC="${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | + | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ |
− | ./configure --prefix=${XFCE_PREFIX} | + | ./configure --prefix=${XFCE_PREFIX} \ |
− | + | --libexecdir=${XFCE_PREFIX}/lib32/sysload && | |
make | make | ||
Line 61: | Line 64: | ||
Compile the package: | Compile the package: | ||
− | CC="${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | + | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ |
− | ./configure --prefix=${XFCE_PREFIX} | + | ./configure --prefix=${XFCE_PREFIX} \ |
− | + | --libexecdir=${XFCE_PREFIX}/lib64/sysload && | |
make | make | ||
Revision as of 12:53, 29 January 2007
Download Source: | http://goodies.xfce.org/releases/xfce4-systemload-plugin/xfce4-systemload-plugin-0.4.2.tar.bz2 |
---|
Contents
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
This package does not install any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${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="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=${XFCE_PREFIX} \ --libexecdir=${XFCE_PREFIX}/lib32/sysload && 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/sysload && make
Install the package:
make install
Contents
Installed Directories: | |
---|---|
Installed Programs: | |
Installed Libraries: |