summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7006a00)
raw | patch | inline | side by side (parent: 7006a00)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 10 Jun 2005 08:42:44 +0000 (08:42 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 10 Jun 2005 08:42:44 +0000 (08:42 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@613 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdbuild.pod | patch | blob | history |
diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod
index 00a91621b6a69e6afa833dc2d99eefb7e1f88d8e..3aed7080b340edba2c5910e8d370b5f46dace4d3 100644 (file)
--- a/doc/rrdbuild.pod
+++ b/doc/rrdbuild.pod
wget http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/rrdtool-1.2.9.tar.gz
tar zxf rrdtool-1.2.9.tar.gz
cd rrdtool-1.2.9
- ./configure --prefix=/path/to/installation && make && make install
+ ./configure --prefix=$INSTALL_DIR && make && make install
Ok, this was very optimistic. This try will probably have ended with
B<configure> complaining about several missing libraries. If you are on a
would prevent rrdtool from building if they are included in their current
state.
- cd $BUILD_DIR
- ./configure --prefix=$INSTALL_DIR --disable-python && make && make install
+ cd $BUILD_DIR/rrdtool-1.2.9
+ ./configure --prefix=$INSTALL_DIR --disable-python && make clean && make && make install
Now go to I<$INSTALL_DIR>B</examples> and run them to see if your
build has been successful.