X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=doc%2Frrdbuild.pod;h=b5e19b61743e593c3b158dd7d4ec89e5cbb3b2f7;hb=361a0fd38d7adf95847508f54c0bde9b3f98662e;hp=7e302685d1275938da123b92986e523ad61140d6;hpb=87617d608f152fd298bcace0d881c92b5538d65d;p=rrdtool.git diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 7e30268..b5e19b6 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.3 - tar zxf rrdtool-1.2.3 - cd rrdtool-1.2.3 + wget http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/rrdtool-1.2.8 + tar zxf rrdtool-1.2.8 + cd rrdtool-1.2.8 ./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