Difference between revisions of "Netload"
From CBLFS
Jump to navigationJump to search (→Non-Multilib) |
|||
Line 5: | Line 5: | ||
|} | |} | ||
− | + | {{Package-Introduction|This plugin displays the current load of the network interfaces of your choice in the panel.|http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin}} | |
− | |||
− | This plugin displays the current load of the network interfaces of your choice in the panel. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == |
Latest revision as of 14:13, 16 April 2007
Download Source: | http://goodies.xfce.org/releases/xfce4-netload-plugin/xfce4-netload-plugin-0.4.0.tar.bz2 |
---|
Contents
Introduction to Netload
This plugin displays the current load of the network interfaces of your choice in the panel.
Project Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
Dependencies
Required
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