From: oetiker Date: Sun, 8 May 2005 08:20:48 +0000 (+0000) Subject: fix rendering errors by removing single spaces X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=30c549b0bd9e22e903e06de2ba18597c3398d181;p=rrdtool-all.git fix rendering errors by removing single spaces git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@509 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/doc/rrdbuild.pod b/program/doc/rrdbuild.pod index 7e302685..cbbf2113 100644 --- a/program/doc/rrdbuild.pod +++ b/program/doc/rrdbuild.pod @@ -60,7 +60,7 @@ compile your own copies of the required libraries. Here is how: make make install cd .. - + =item Building libpng Libpng itself requires zlib to build, so we need to help a bit. If you @@ -76,10 +76,10 @@ the end of line 4 means that line 4 and line 5 are on one line. make make install cd .. - + =item Building freetype - wget http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs/freetype-2.1.9.tar.gz + wget http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/libs/freetype-2.1.9.tar.gz tar zxvf freetype-2.1.9.tar.gz cd freetype-2.1.9 env CPPFLAGS="-I../lb/include" LDFLAGS="-L../lb/lib" CFLAGS="-O3 -fPIC" \ @@ -89,7 +89,7 @@ the end of line 4 means that line 4 and line 5 are on one line. =item Building libart_lgpl - wget http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs/libart_lgpl-2.3.17.tar.gz + wget http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/libs/libart_lgpl-2.3.17.tar.gz cd libart_lgpl-2.3.17 env CFLAGS="-O3 -fPIC" ./configure --disable-shared --prefix=`pwd`/../lb make install