X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=README;h=b3631ba3eea626886d0761f894d0b6c34c4b1afe;hp=2eb96a6d2c4b1f9ec0e30737e07ddb8f0b7b11a2;hb=c2588300e3b61df51b846dd79d90b3da9628d0cb;hpb=5b1d628ac291d76978e00ceaa9d4930f0049703b 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