X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=doc%2Frrdbuild.pod;h=5fe138d701b9f4e7224bd42a3b872c247963765d;hb=9dba554e59319d13076a8184c7889cca868b4c85;hp=64df7540e28d1a965d9229ef5276e18c5c40b8ef;hpb=d7be1cb13eb46f173d994d2f9d71b70e89087f1f;p=rrdtool.git diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 64df754..5fe138d 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -239,6 +239,16 @@ config file. $MAKE $MAKE install +=item Building LibXML2 + + cd $BUILD_DIR + wget http://oss.oetiker.ch/rrdtool/pub/libs/libxml2-sources-2.6.31.tar.gz + 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 + =back Now all the dependent libraries are built and you can try again. This time