summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dee8225)
raw | patch | inline | side by side (parent: dee8225)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 8 May 2005 08:20:48 +0000 (08:20 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 8 May 2005 08:20:48 +0000 (08:20 +0000) |
program/doc/rrdbuild.pod | patch | blob | history |
index 7e302685d1275938da123b92986e523ad61140d6..cbbf211372937a25b7957a63bc5267cc3ec9a65e 100644 (file)
--- a/program/doc/rrdbuild.pod
+++ b/program/doc/rrdbuild.pod
make
make install
cd ..
-
+
=item Building libpng
Libpng itself requires zlib to build, so we need to help a bit. If you
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" \
=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