Code

Imported upstream version 1.3.0.
[pkg-rrdtool.git] / doc / rrdbuild.1
index ff8247742b739946a0a77ea08ed2f253800057a0..1ba620ba897e0e87f0daa4d7765500d58182239f 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "RRDBUILD 1"
-.TH RRDBUILD 1 "2008-06-08" "1.3rc9" "rrdtool"
+.TH RRDBUILD 1 "2008-06-11" "1.3.0" "rrdtool"
 .SH "NAME"
 rrdbuild \- Instructions for building RRDtool
 .SH "OVERVIEW"
@@ -163,7 +163,7 @@ Once you have decided. Save the two locations into environment variables.
 .PP
 .Vb 2
 \& BUILD_DIR=/tmp/rrdbuild
-\& INSTALL_DIR=/usr/local/rrdtool\-1.3rc9
+\& INSTALL_DIR=/usr/local/rrdtool\-1.3.0
 .Ve
 .PP
 If your \fI/tmp\fR is mounted with the option noexec (\s-1RHEL\s0 seems todo that) you have to choose
@@ -180,9 +180,9 @@ Lets first assume you already have all the necessary libraries
 pre\-installed. 
 .PP
 .Vb 4
-\& 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
 .Ve
 .PP
@@ -485,7 +485,7 @@ tcl setups that would prevent rrdtool from building if they are included in
 their current state.
 .PP
 .Vb 5
-\& cd $BUILD_DIR/rrdtool\-1.3rc9
+\& cd $BUILD_DIR/rrdtool\-1.3.0
 \& ./configure \-\-prefix=$INSTALL_DIR \-\-disable\-tcl \-\-disable\-python
 \& $MAKE clean
 \& $MAKE