Diskperf: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Created page. |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
|} | |} | ||
{{Package-Introduction|This plugin displays instant disk/partition performance (bytes transfered per second) for : | |||
This plugin displays instant disk/partition performance (bytes transfered per second) for : | |||
* Linux kernels 2.6 or recent 2.4 | * Linux kernels 2.6 or recent 2.4 | ||
* NetBSD systems | * NetBSD systems|http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin}} | ||
== Dependencies == | == Dependencies == | ||
| Line 25: | Line 21: | ||
Compile the package: | Compile the package: | ||
./configure --prefix=${XFCE_PREFIX} && | ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib && | ||
make | make | ||
| Line 41: | Line 37: | ||
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
./configure --prefix=${XFCE_PREFIX} && | ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib && | ||
make | make | ||
Latest revision as of 14:11, 16 April 2007
| Download Source: | http://goodies.xfce.org/releases/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.1.0.tar.bz2 |
|---|
Introduction to Diskperf
This plugin displays instant disk/partition performance (bytes transfered per second) for :
- Linux kernels 2.6 or recent 2.4
- NetBSD systems
Project Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
Dependencies
Required
Configuration Information
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
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