X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdbuild.pod;h=03d658e97bd6d4b10e90de905fedaac85423ccd1;hb=37329a5f991870e8f47c8a52f6dd594fef813de6;hp=82f03fd634b6ab4276a8c27890c0cb0dcf626aa2;hpb=22018fce4f2faa4e43d85f419ea48a7d6465d5f3;p=rrdtool.git diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 82f03fd..03d658e 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -22,9 +22,9 @@ per-installed. Note that these instructions assume that your copies of B and B are actually B and B respectively. It could be that they are installed as B and B on your system. - wget http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/rrdtool-1.2.1.tar.gz - tar zxf rrdtool-1.2.1.tar.gz - cd rrdtool-1.2.1 + wget http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/rrdtool-1.2.6 + tar zxf rrdtool-1.2.6 + cd rrdtool-1.2.6 ./configure --prefix=/path/to/installation && make && make install Ok, this was very optimistic. This try will probably have ended with @@ -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