X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=blobdiff_plain;f=doc%2Frrdbuild.1;h=dcb3a5d4bebc786f3d9ebdc4c7f9b6d6813b4689;hp=29f5f0c571eed8cb808a6be0063e6e2817a6d0fe;hb=6e58e96d05b3300ff189d192d490da081d5fdffa;hpb=23a63bef251017be5fd4f09db2be10575e3df59e diff --git a/doc/rrdbuild.1 b/doc/rrdbuild.1 index 29f5f0c..dcb3a5d 100644 --- a/doc/rrdbuild.1 +++ b/doc/rrdbuild.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07) +.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) .\" .\" Standard preamble: .\" ======================================================================== @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "RRDBUILD 1" -.TH RRDBUILD 1 "2012-01-24" "1.4.7" "rrdtool" +.TH RRDBUILD 1 "2013-05-23" "1.4.8" "rrdtool" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -162,7 +162,7 @@ Once you have decided. Save the two locations into environment variables. .PP .Vb 2 \& BUILD_DIR=/tmp/rrdbuild -\& INSTALL_DIR=/opt/rrdtool\-1.4.7 +\& INSTALL_DIR=/opt/rrdtool\-1.4.8 .Ve .PP If your \fI/tmp\fR is mounted with the option noexec (\s-1RHEL\s0 seems todo that) you have to choose @@ -179,9 +179,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.4.7.tar.gz -\& gunzip \-c rrdtool\-1.4.7.tar.gz | tar xf \- -\& cd rrdtool\-1.4.7 +\& wget http://oss.oetiker.ch/rrdtool/pub/rrdtool\-1.4.8.tar.gz +\& gunzip \-c rrdtool\-1.4.8.tar.gz | tar xf \- +\& cd rrdtool\-1.4.8 \& ./configure \-\-prefix=$INSTALL_DIR && make && make install .Ve .PP @@ -521,7 +521,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.4.7 +\& cd $BUILD_DIR/rrdtool\-1.4.8 \& ./configure \-\-prefix=$INSTALL_DIR \-\-disable\-tcl \-\-disable\-python \& $MAKE clean \& $MAKE