Code

Imported upstream version 1.4.3.
[pkg-rrdtool.git] / doc / rrdbuild.txt
index bea116f497e20bf508601e15d156b777e1dde8cd..f58f4a2b5026260cefca24e4979632b0843152d2 100644 (file)
@@ -6,7 +6,7 @@ N\bNA\bAM\bME\bE
        rrdbuild - Instructions for building RRDtool
 
 O\bOV\bVE\bER\bRV\bVI\bIE\bEW\bW
-       If you downloaded the source of rrdtool you have to compile it. This
+       If you downloaded the source of RRDtool you have to compile it. This
        document will give some information on how this is done.
 
        RRDtool relies on services of third part libraries. Some of these
@@ -35,7 +35,7 @@ O\bOP\bPT\bTI\bIM\bMI\bIS\bST\bTI\bIC\bC B\bBU\bUI\bIL\bLD\bD
        variables.
 
         BUILD_DIR=/tmp/rrdbuild
-        INSTALL_DIR=/usr/local/rrdtool-1.3.8
+        INSTALL_DIR=/opt/rrdtool-1.4.3
 
        If your _\b/_\bt_\bm_\bp is mounted with the option noexec (RHEL seems todo that)
        you have to choose a different directory!
@@ -48,9 +48,9 @@ O\bOP\bPT\bTI\bIM\bMI\bIS\bST\bTI\bIC\bC B\bBU\bUI\bIL\bLD\bD
        Lets first assume you already have all the necessary libraries pre-
        installed.
 
-        wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.3.8.tar.gz
-        gunzip -c rrdtool-1.3.8.tar.gz | tar xf -
-        cd rrdtool-1.3.8
+        wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.3.tar.gz
+        gunzip -c rrdtool-1.4.3.tar.gz | tar xf -
+        cd rrdtool-1.4.3
         ./configure --prefix=$INSTALL_DIR && make && make install
 
        Ok, this was very optimistic. This try will probably have ended with
@@ -60,10 +60,10 @@ I\bIN\bNS\bST\bTA\bAL\bLL\bLI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
        If your OS lets you install additional packages from a software
        repository, you may get away with installing the missing packages. When
        the packages are installed, run configure again and try to compile
-       again. Below you find some hints on getting your OS ready for the
-       rrdtool compilation.
+       again. Below you find some hints on getting your OS ready for compiling
+       RRDtool.
 
-       Additions to this list are welcome. In general rrdtool should work with
+       Additions to this list are welcome. In general RRDtool should work with
        the latest versions of the libraries. The versions listed here are just
        what was current when I tested this.
 
@@ -80,7 +80,7 @@ I\bIN\bNS\bST\bTA\bAL\bLL\bLI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
 
         perl -i~ -p -e 's/(Requires.*?)\s*xrender.*/$1/' /usr/lib/pkgconfig/cairo.pc
 
-       Make sure rrdtool finds your new compiler
+       Make sure the RRDtool build system finds your new compiler
 
         export PATH=/opt/SunStudioExpress/bin
 
@@ -98,10 +98,10 @@ I\bIN\bNS\bST\bTA\bAL\bLL\bLI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
         apt-get install libpango1.0-dev libxml2-dev
 
    G\bGe\ben\bnt\bto\boo\bo
-       In Gentoo installing rrdtool is really simple you just need to e\bem\bme\ber\brg\bge\be
+       In Gentoo installing RRDtool is really simple you just need to e\bem\bme\ber\brg\bge\be
        r\brr\brd\bdt\bto\boo\bol\bl. All dependencies will be handled automatically by the portage
        system. The only thing you should care about are USE flags, which allow
-       you fine tune features rrdtool will be built with. Currently the
+       you fine tune features RRDtool will be built with. Currently the
        following USE flags are available:
 
         doc    - install .html and .txt documentation
@@ -132,10 +132,10 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
    G\bGe\ben\bne\ber\bra\bal\bl b\bbu\bui\bil\bld\bd t\bti\bip\bps\bs f\bfo\bor\br A\bAI\bIX\bX
        If you are working with AIX, you may find the -\b--\b-d\bdi\bis\bsa\bab\bbl\ble\be-\b-s\bsh\bha\bar\bre\bed\bd option
        will cause things to break for you. In that case you may have to
-       install the shared libraries into the rrdtool PREFIX and work with
+       install the shared libraries into the RRDtool PREFIX and work with
        -\b--\b-d\bdi\bis\bsa\bab\bbl\ble\be-\b-s\bst\bta\bat\bti\bic\bc instead.
 
-       Another hint to get rrdtool working on AIX is to use the IBM XL C
+       Another hint to get RRDtool working on AIX is to use the IBM XL C
        Compiler:
 
         export CC=/usr/vac/bin/cc
@@ -163,11 +163,10 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
            if you are using the Sun Studio/Forte compiler, you may also want
            to set
 
-            export CFLAGS="-xO3 -xcode=pic13"   (SPARC)
-            export CFLAGS="-xO3 -Kpic"          (x86)
+            CFLAGS="-xO3 -xcode=pic13"   (SPARC)
+            CFLAGS="-xO3 -Kpic"          (x86)
 
        Linux
-            export CFLAGS="-O3 -fPIC"
             export LDFLAGS="-Wl,--rpath -Wl,${INSTALL_DIR}/lib"
 
        HPUX
@@ -194,7 +193,7 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
         wget http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz
         gunzip -c pkg-config-0.23.tar.gz | tar xf -
         cd pkg-config-0.23
-        ./configure --prefix=$INSTALL_DIR
+        ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC"
         $MAKE
         $MAKE install
 
@@ -211,7 +210,7 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
         wget http://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.3.tar.gz
         gunzip -c zlib-1.2.3.tar.gz | tar xf -
         cd zlib-1.2.3
-        ./configure --prefix=$INSTALL_DIR --shared
+        ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" --shared
         $MAKE
         $MAKE install
 
@@ -225,8 +224,8 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
         cd $BUILD_DIR
         wget http://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.18.tar.gz
         gunzip -c libpng-1.2.18.tar.gz | tar xf -
-        cd libpng-1.2.18
-        ./configure --prefix=$INSTALL_DIR
+        cd libpng-1.2.10
+        env CFLAGS="-O3 -fPIC" ./configure --prefix=$INSTALL_DIR
         $MAKE
         $MAKE install
 
@@ -251,7 +250,7 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
         wget http://oss.oetiker.ch/rrdtool/pub/libs/libxml2-2.6.32.tar.gz
         gunzip -c libxml2-2.6.32.tar.gz | tar xf -
         cd libxml2-2.6.32
-        ./configure --prefix=$INSTALL_DIR
+        ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC"
         $MAKE
         $MAKE install
 
@@ -266,7 +265,7 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
         wget http://oss.oetiker.ch/rrdtool/pub/libs/fontconfig-2.4.2.tar.gz
         gunzip -c fontconfig-2.4.2.tar.gz   | tar xf -
         cd fontconfig-2.4.2
-        ./configure --prefix=$INSTALL_DIR --with-freetype-config=$INSTALL_DIR/bin/freetype-config
+        ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" --with-freetype-config=$INSTALL_DIR/bin/freetype-config
         $MAKE
         $MAKE install
 
@@ -276,7 +275,7 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
         wget http://oss.oetiker.ch/rrdtool/pub/libs/pixman-0.10.0.tar.gz
         gunzip -c pixman-0.10.0.tar.gz  | tar xf -
         cd pixman-0.10.0
-        ./configure --prefix=$INSTALL_DIR
+        ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC"
         $MAKE
         $MAKE install
 
@@ -289,7 +288,8 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
         ./configure --prefix=$INSTALL_DIR \
            --enable-xlib=no \
            --enable-xlib-render=no \
-           --enable-win32=no
+           --enable-win32=no \
+           CFLAGS="-O3 -fPIC"
         $MAKE
         $MAKE install
 
@@ -299,7 +299,7 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
         wget http://oss.oetiker.ch/rrdtool/pub/libs/glib-2.15.4.tar.gz
         gunzip -c glib-2.15.4.tar.gz  | tar xf -
         cd glib-2.15.4
-        ./configure --prefix=$INSTALL_DIR
+        ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC"
         $MAKE
         $MAKE install
 
@@ -309,7 +309,7 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
         wget http://oss.oetiker.ch/rrdtool/pub/libs/pango-1.21.1.tar.bz2
         bunzip2 -c pango-1.21.1.tar.bz2 | tar xf -
         cd pango-1.21.1
-        ./configure --prefix=$INSTALL_DIR --without-x
+        ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" --without-x
         $MAKE
         $MAKE install
 
@@ -322,10 +322,10 @@ B\bBU\bUI\bIL\bLD\bDI\bIN\bNG\bG D\bDE\bEP\bPE\bEN\bND\bDE\bEN\bNC\bCI\bIE\bES\bS
 
        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
+       python and tcl setups that would prevent RRDtool from building if they
        are included in their current state.
 
-        cd $BUILD_DIR/rrdtool-1.3.8
+        cd $BUILD_DIR/rrdtool-1.4.3
         ./configure --prefix=$INSTALL_DIR --disable-tcl --disable-python
         $MAKE clean
         $MAKE
@@ -344,4 +344,4 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-1.3.8                             2009-05-19                       RRDBUILD(1)
+1.4.3                             2010-03-22                       RRDBUILD(1)