X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdbuild.pod;h=1ce19f4f806265a5b73fc384249a538e3aba4394;hp=836557ec3455857a1395322eb380246cc46d23b1;hb=54aae6c831630630319db51ac97fd14d1ab8bd87;hpb=96ad6b9f7c010948131ba7a8d9c0eea2d448e8ee diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 836557e..1ce19f4 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -259,8 +259,8 @@ add the following at the start the configure line: cd $BUILD_DIR wget http://oss.oetiker.ch/rrdtool/pub/libs/libxml2-sources-2.6.31.tar.gz - gunzip -c libxml2-sources-2.6.32.tar.gz | tar xf - - cd libxml2-sources-2.6.32 + gunzip -c libxml2-sources-2.6.31.tar.gz | tar xf - + cd libxml2-sources-2.6.31 ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" $MAKE $MAKE install @@ -294,7 +294,7 @@ config file. cd $BUILD_DIR wget http://oss.oetiker.ch/rrdtool/pub/libs/cairo-1.6.4.tar.gz - gunzip -c cairo-1.4.10.tar.gz | tar xf - + gunzip -c cairo-1.6.4.tar.gz | tar xf - cd cairo-1.4.10 ./configure --prefix=$INSTALL_DIR \ --enable-xlib=no \