X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=b3631ba3eea626886d0761f894d0b6c34c4b1afe;hb=5b2064dee177834d41e3b7051faa7dc6cee85853;hp=2eb96a6d2c4b1f9ec0e30737e07ddb8f0b7b11a2;hpb=d828f3eccac8dbad7bfc14812e406377669baaa4;p=rrdtool.git diff --git a/README b/README index 2eb96a6..b3631ba 100644 --- a/README +++ b/README @@ -37,7 +37,7 @@ To compile: -I/scratch/oetiker/lib/include/freetype2" \ LDFLAGS="-L/scratch/oetiker/lib/lib -R/scratch/oetiker/lib/lib \ -L/scratch/oetiker/cgilib-0.5" \ - ./configure --prefix=/scratch/oetiker/lib + ./configure --prefix=/scratch/oetiker/rrdtool make <------ GNU make @@ -58,10 +58,11 @@ directory. This will require you to use a 'use lib' statement in your RRDtool perl programs. If you do not care what happens to your site-perl directory, you can also use - make site-perl-install + --enable-perl-site-install -this will install the perl modules whereever you keep your local perl -modules. Doing this reliefs you from using 'use lib' in your scripts. +when running configure to have the RRD perl modules installed whereever you +keep your local perl modules. Doing this reliefs you from using 'use lib' in +your scripts. Configure will also look for an TCL installation on your system. If it finds one it will build a TCL interface for RRDtool. If you keep tcl in a non