X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdbuild.pod;h=617971cbbee4f1a4a765a32fd24081df994ebe4c;hp=99bab008945face2593275697204c554550d73ae;hb=9157af45b109fc2bb0e8e8c5ec9f20d28921f424;hpb=19f031713115921bebf5949ce63926d66dd8c6a5 diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 99bab00..617971c 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -92,13 +92,6 @@ Make sure the RRDtool build system finds your new compiler export PATH=/opt/SunStudioExpress/bin -Since there does not seem to be a viable msgfmt tool on OpenSolaris (short -of installing it yourself). You have to call configure with the - - --disable-libintl - -option. - =head2 Debian / Ubuntu Use apt-get to make sure you have all that is required. A number @@ -312,6 +305,14 @@ config file. $MAKE $MAKE install +When building on Solaris you may want todo + + ./configure --prefix=$INSTALL_DIR \ + --enable-xlib=no \ + --enable-xlib-render=no \ + --enable-win32=no \ + CFLAGS="-O3 -fPIC -D_POSIX_PTHREAD_SEMANTICS" + =head3 Building Glib cd $BUILD_DIR