/[bubblemon]/bubblemon/INSTALL
ViewVC logotype

Diff of /bubblemon/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by rael, Wed Nov 13 12:51:42 2002 UTC revision 1.10 by rael, Fri Nov 15 03:45:58 2002 UTC
# Line 7  Copyright (C) 1999-2000 Johan Walles Line 7  Copyright (C) 1999-2000 Johan Walles
7    
8  --  --
9    
10  COMPILING:  Installing The Bubbling Load Monitoring Applet ("bubblemon" for short)
11    
 ./configure --prefix=/usr  
 make  
12    
 INSTALLING:  
13    
14  su  In order to install bubblemon, follow this simple guide.
 [enter root password]  
 make install  
15    
16  RUNNING:  
17  Right-click some free spot on any GNOME panel.  Choose  Install (from tar.gz)
18  Add to Panel->Utility->Bubblemon.  
19      1. Untar the tarball somewhere, and cd into the new directory created
20    
21         tar xzvf bubblemon-2.0.0.tar.gz
22         cd bubblemon-2.0.0
23    
24      2. Compile it
25    
26         ./configure --prefix=/usr
27         make
28    
29      3. Install it. You need to have root privileges to do this
30    
31         su
32         [enter root password]
33         make install
34    
35      4. Finally you need that the panel refresh it's own configuration.
36         You can look for the panel process id and send to the process a SIGHUP to i
37         reread the file, or you can logout and the login again ( easier :) ).
38    
39      5. Right-click some free spot on any GNOME panel.  Choose
40         Add to Panel->Utility->Bubblemon.
41    
42    
43    Build a rpm package (from src.rpm)
44    
45    Since is difficult to maintain rpm binaries for all the distros, actually to
46    create a rpm for your platform you need to follow these steps. Please note that
47    you may need root privileges to do this.
48    
49    
50      1. Rebuild the rpm package from sources
51    
52         rpm --rebuild  bubblemon-2.0.0-2.src.rpm
53    
54      2. Install the generated package
55    
56         rpm --install /usr/src/redhat/RPMS/i386/bubblemon-2.0.0-2.i386.rpm
57      
58      3. Finally you need that the panel refresh it's own configuration.
59         You can look for the panel process id and send to the process a SIGHUP to i
60         reread the file, or you can logout and the login again ( easier :) ).
61    
62      4. Right-click some free spot on any GNOME panel.  Choose
63         Add to Panel->Utility->Bubblemon.
64    
65      
66    If you have any problem in the installation, just drop an email to the list
67    (http://mail.nongnu.org/mailman/listinfo/bubblemon-list) with a detailed explanation
68    of the error, so we can work to fix it.

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26