From: oetiker Date: Tue, 11 Dec 2007 23:41:21 +0000 (+0000) Subject: building the docs depends on the presence of pod2man ... which does not seem to be... X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=c334a639fbb935dde211b572aa3eaf568b65e6c0 building the docs depends on the presence of pod2man ... which does not seem to be installed necessarily git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1255 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/Makefile.am b/Makefile.am index 9599b13..98698d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ RSYNC = rsync --rsh=ssh # build the following subdirectories -SUBDIRS = src doc examples bindings +SUBDIRS = src examples doc bindings # the following files are not mentioned in any other Makefile EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ 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