Attached a patch for the rrd-tool LIBDBI integration with the following improvements:
[rrdtool.git] / README
diff --git a/README b/README
index dba9e27..cba88fd 100644 (file)
--- a/README
+++ b/README
@@ -14,51 +14,7 @@ values collected over a definable time period.
 To compile:
 -----------
 
-  sh configure
-  make             <------ GNU make
-  make install     <------ GNU make
-
-This will configure, compile and install RRDtool in
-/usr/local/rrdtool-VERSION. If you prefer to install RRDtool in some other
-place, use
-
-  sh configure --prefix=/some/other/RRDtool-dir
-
-If you prefer to live with shared libraries, make sure you add the
---enable-shared option to your configure call.
-
-  sh configure --enable-shared
-
-The configure script will try to find your perl installation (5.004
-preferred). If it does not find it, you can still build RRDtool but no perl
-modules will be generated.
-
-By default the perl modules will be installed under the RRDtool install
-directory. This will require you to use a 'use lib' statement in your
-RRDtool perl programs. If you do not care what happens to your site-perl
-directory, you can also use
-
-  make site-perl-install
-
-will install the perl modules whereever you keep your local perl modules.
-Doing this reliefs you from using 'use lib' in your scripts.
-
-Configure will also look for an TCL installation on your system. If it finds
-one it will build a TCL interface for rrdtool. If you keep tcl in a non
-standard location you can use
-
-  sh configure --with-tcllib=/sw/tcl-8.3/lib
-
-to indicte the right version (note, this must point to the directory where
-tclConfig.sh is located). Note that install will integrate the tcl bindings
-into your tcl installation. It will use a separate directory for each
-version though, so this is not much of a problem. Never the less the TCL
-module will not get intalled by default as TCL wants its module in the base
-tcl installation where you might not be able to write to. So if you want the
-tcl stuff installed, type
-
-  make site-tcl-install
-
+check out the instructions in doc/rrdbuild.txt
 
 Getting Started:
 ----------------
@@ -83,7 +39,7 @@ How to make Tobi happy:
 -----------------------
 
 If you want to show your appreciation for RRDtool you could make me happy
-by going to ee-staff.ethz.ch/~oetiker/wish and ordering a CD from
+by going to http://tobi.oetiker.ch/wish and ordering a CD from
 my CD wish list ... 
 
 
@@ -97,7 +53,7 @@ rrd-users       For discussion amongst people who use RRDtool in their applicati
 rrd-developers  For people who actually HACK RRDtool code
 
 To subscribe to <MAILGLIST> send a message with the subject 'subscribe'
-to <MAILGLIST>-request@list.ee.ethz.ch.
+to <MAILGLIST>-request@lists.oetiker.ch
 
 Note, that postings to rrd-announce will always be cross-posted 
 to rrd-users and rrd-developers as well.
@@ -113,7 +69,7 @@ Use GNU   diff --unified --recursive olddir newdir   to build your patches.
 
 The latest Version:
 -------------------
-Is available from http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/
+Is available from http://oss.oetiker.ch/rrdtool/
 
 
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>