Difference between revisions of "Gkrellm"

From CBLFS
Jump to navigationJump to search
 
 
(11 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://members.dslextreme.com/users/billw/gkrellm/gkrellm-2.2.9.tar.bz2
+
| http://members.dslextreme.com/users/billw/gkrellm/gkrellm-{{Gkrellm-Version}}.tar.bz2
 
|}
 
|}
  
 
----
 
----
 +
 +
{{Package-Introduction|GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.|http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html}}
  
 
== Dependencies ==
 
== Dependencies ==
  
Required
+
=== Optional ===
 
+
* [[GnuTLS]]
 +
* [[OpenSSL]]
 +
* [[Gtk2]]
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 16: Line 20:
 
Compile the package:
 
Compile the package:
  
  make INSTALLROOT=/usr
+
cp makefile.unix ./Makefile
 +
  make
  
 
Install the package
 
Install the package
Line 28: Line 33:
 
Compile the package:
 
Compile the package:
  
  make CC="gcc -m32" PKG_CONFIG_PATH=/usr/lib/pkgconfig INSTALLROOT=/usr
+
cp makefile.unix ./Makefile
 +
  make CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}"
  
 
Install the package
 
Install the package
  
  make INSTALLROOT=/usr install
+
  make INSTALLROOT=/usr PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" install
  
 
=== N32 ===
 
=== N32 ===
  
TO DO!
+
Compile the package:
 +
 
 +
cp makefile.unix ./Makefile
 +
make CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" 
 +
 
 +
Install the package
 +
 
 +
make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib32/pkgconfig PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" install
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 42: Line 55:
 
Compile the package:
 
Compile the package:
  
  make CC="gcc -m64" PKG_CONFIG_PATH=/usr/lib64/pkgconfig \
+
cp makefile.unix ./Makefile
  INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig
+
  make CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}"
 
+
   
 
Install the package
 
Install the package
  
  make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig install
+
  make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" install
 
 
  
 
= Contents =
 
= Contents =
  
 
GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.
 
GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.
 +
 +
[[Category:X Window Applications]]

Latest revision as of 16:45, 13 May 2010

Download Source: http://members.dslextreme.com/users/billw/gkrellm/gkrellm-2.3.1.tar.bz2

Introduction to Gkrellm

GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.

Project Homepage: http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html

Dependencies

Optional

Non-Multilib

Compile the package:

cp makefile.unix ./Makefile
make

Install the package

make INSTALLROOT=/usr install

Multilib

32Bit

Compile the package:

cp makefile.unix ./Makefile
make CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" 

Install the package

make INSTALLROOT=/usr PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" install

N32

Compile the package:

cp makefile.unix ./Makefile
make CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}"  

Install the package

make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib32/pkgconfig PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" install

64Bit

Compile the package:

cp makefile.unix ./Makefile
make CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}"

Install the package

make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" install

Contents

GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.