summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f0ebf2a)
raw | patch | inline | side by side (parent: f0ebf2a)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 25 Jun 2005 05:24:52 +0000 (05:24 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 25 Jun 2005 05:24:52 +0000 (05:24 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@646 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdbuild.pod | patch | blob | history |
diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod
index 308115aa72165995faa62f3d283d64354f6935c3..22bfb08108486b66ddfd590565ac57d57d25c4bd 100644 (file)
--- a/doc/rrdbuild.pod
+++ b/doc/rrdbuild.pod
make
make install
+If you run into problems building freetype on Solaris, you may want to try to
+add the following at the end of the configure line:
+
+ GNUMAKE=gmake EGREP=egrep
+
=item Building libart_lgpl
cd $BUILD_DIR
CFLAGS=-O3
export CPPFLAGS LDFLAGS CFLAGS
-And finally try building again. We disable the python bindings because it
-seems that a fair number of people have ill configured python setups that
-would prevent rrdtool from building if they are included in their current
-state.
+And finally try building again. We disable the python and tcl bindings
+because it seems that a fair number of people have ill configured python and
+tcl setups that would prevent rrdtool from building if they are included in
+their current state.
cd $BUILD_DIR/rrdtool-1.2.10
- ./configure --prefix=$INSTALL_DIR --disable-python && make clean && make && make install
+ ./configure --prefix=$INSTALL_DIR --disable-python --disable-tcl
+ make clean
+ make
+ make install
Now go to I<$INSTALL_DIR>B</examples> and run them to see if your
build has been successful.