Tobi, On Mon, 2008-05-26 at 11:05 +0200, Tobias Oetiker wrote: > Please test this release on your system. I am especially interested > in additions to the build instructions. > > http://oss.oetiker.ch/rrdtool-trac/browser/trunk/program/doc/rrdbuild.pod >
I have some comments on the build instructions: In the Pixman section, where it says: cd fontconfig-2.4.2 should say: cd pixman-0.10.0 In fontconfig section if you don't have installed free type on a standard destination, you should specify it to the configure script, this way: ./configure --prefix=$INSTALL_DIR --with-freetype-config= $INSTALL_DIR/bin/freetype-config And another useful export is the following if you are not using pkg-config: export LIBXML2_CFLAGS="$($INSTALL_DIR/bin/xml2-config --cflags)" export LIBXML2_LIBS="$($INSTALL_DIR/bin/xml2-config --libs)" Hope this helps, Regards. Pablo.- _______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
