X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdbuild.pod;h=64df7540e28d1a965d9229ef5276e18c5c40b8ef;hp=e783d575a7bf81e5cea71e80f036cac599575390;hb=c334a639fbb935dde211b572aa3eaf568b65e6c0;hpb=ecb378b86567096696174a838300e74c0a82d48c diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index e783d57..64df754 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -15,9 +15,9 @@ ones before you can build RRDtool. This document will tell you about all the necessary steps to get going. -These instructions assume you are using a bash shell. If you use csh/tcsh, -then you can either type 'bash' to switch to bash for the compilation or if -you know what you are doing just replace replace the export bits with +These instructions assume you are using a B shell. If you use csh/tcsh, +then you can either type F to switch to bash for the compilation or if +you know what you are doing just replace the export bits with setenv. We further assume that your copies of B and B are actually B is mounted with the option noexec (RHEL seems todo that) you have to choose a different directory! @@ -187,13 +182,13 @@ the end of line 4 means that line 4 and line 5 are on one line. gunzip -c freetype-2.3.5.tar.gz | tar xf - cd freetype-2.3.5 ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" - $MAKE (or gmake) - $MAKE install (or gmake install) + $MAKE + $MAKE install If you run into problems building freetype on Solaris, you may want to try to add the following at the start the configure line: - env GNUMAKE=gmake EGREP=egrep + env EGREP=egrep =item Building fontconfig @@ -251,11 +246,6 @@ you tell configure where it should be looking for libraries and include files. This is done via environment variables. Depending on the shell you are running, the syntax for setting environment variables is different. - CPPFLAGS=-I$INSTALL_DIR/include - LDFLAGS="-R$INSTALL_DIR/lib -L$INSTALL_DIR/lib" - CFLAGS=-O3 - export CPPFLAGS LDFLAGS CFLAGS - And finally try building again. We disable the python and tcl bindings because it seems that a fair number of people have ill configured python and tcl setups that would prevent rrdtool from building if they are included in