Code

Imported upstream version 1.3.0.
[pkg-rrdtool.git] / doc / rrdbuild.txt
index f3f08466e2a3a54ffdfbe4a0f097b87cadaa9aed..b16b571cc1eaa84d37f6ca687ac5853a4d5d791b 100644 (file)
@@ -35,7 +35,7 @@ O\bOP\bPT\bTI\bIM\bMI\bIS\bST\bTI\bIC\bC B\bBU\bUI\bIL\bLD\bD
        ables.
 
         BUILD_DIR=/tmp/rrdbuild
-        INSTALL_DIR=/usr/local/rrdtool-1.3rc9
+        INSTALL_DIR=/usr/local/rrdtool-1.3.0
 
        If your _\b/_\bt_\bm_\bp is mounted with the option noexec (RHEL seems todo that)
        you have to choose a different directory!
@@ -48,9 +48,9 @@ O\bOP\bPT\bTI\bIM\bMI\bIS\bST\bTI\bIC\bC B\bBU\bUI\bIL\bLD\bD
        Lets first assume you already have all the necessary libraries
        pre-installed.
 
-        wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.3rc9.tar.gz
-        gunzip -c rrdtool-1.3rc9.tar.gz | tar xf -
-        cd rrdtool-1.3rc9
+        wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.3.0.tar.gz
+        gunzip -c rrdtool-1.3.0.tar.gz | tar xf -
+        cd rrdtool-1.3.0
         ./configure --prefix=$INSTALL_DIR && make && make install
 
        Ok, this was very optimistic. This try will probably have ended with
@@ -304,7 +304,7 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
        python and tcl setups that would prevent rrdtool from building if they
        are included in their current state.
 
-        cd $BUILD_DIR/rrdtool-1.3rc9
+        cd $BUILD_DIR/rrdtool-1.3.0
         ./configure --prefix=$INSTALL_DIR --disable-tcl --disable-python
         $MAKE clean
         $MAKE
@@ -323,4 +323,4 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-1.3rc9                            2008-06-08                       RRDBUILD(1)
+1.3.0                             2008-06-11                       RRDBUILD(1)