X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=website%2Fdownload.wml;h=31cf1dffee3eba22fb75bcb245f834c3edf1635f;hb=3e4ff1e7b5d7407d679dab00328abdcdc06fecd2;hp=385e2b39f10211826b033899b0f138ae7b2443b7;hpb=12d2a22363d57987d67bb75b261cb4bd26c7274a;p=rrdtool-all.git diff --git a/website/download.wml b/website/download.wml index 385e2b39..31cf1dff 100644 --- a/website/download.wml +++ b/website/download.wml @@ -1,32 +1,75 @@ -#include "$(ROOT)/.wml/template.inc" section=download subsection=none +

RRDtool Download

You can download RRD tool from several places: -

Primary Distribution Points

+

Primary Distribution Point

+

You might want to read the build instructions for inspiration on where to go after downloading the source.

+

Mirror Sites

Binary Distributions

-If you want to provide a mirror site or are producing binaries for another -platform, please drop a line to oetiker@ee.ethz.ch. +

Anonymous SVN for RRDtool

+ +

RRDtool source is stored in a subversion repository with anonymous access.

+ +

Browse the RRDtool SVN via RRDtrac. +Or if you want todo more than look ...

+ +
+svn ls -R svn://svn.oetiker.ch/rrdtool/
+
+ +

tells you what is in the repository. Normally, development will happen in +the "trunk" directory. Every major release gets an entry in the "branches" +tree, and every released version get added to the "tags" tree.

+ +

If you checkout code from the subversion repository, you will find that +the configure script is missing. You get this generated by running: +./MakeMakefile ... note that you will need automake, autoconf and +libtool installed for this to work.

+ + +

If you fix a bug, I would love to see the output of 'svn diff'.

+ +

Starting with rrdtool 1.3rc1, make sure to run ./configure --enable-maintainer-mode prior +before 'makeing' modified source, to ensure that all bits get properly +rebuilt.

+ +

To get the latest changes from the current 1.2 branch use this:

+
+svn checkout svn://svn.oetiker.ch/rrdtool/branches/1.2/program
+mv program rrdtool-1.2
+cd rrdtool-1.2
+./MakeMakefile
+
+