Swiss Original. Mirrors: UK TW DE US

RRDtool Download

You can download RRD tool from several places:

Primary Distribution Point

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

Binary Distributions

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 svn://svn.oetiker.ch/rrdtool/

tells you what is in the repository. Development will happen in the "trunk" directory. Every major release gets an entry in the "branches" tree as soon as development in trunk starts up again ... normally after a bit of a settling periode, and every released version get added to the "tags" tree.

To get the latest changes from the current trunk use this:

svn checkout svn://svn.oetiker.ch/rrdtool/trunk/program
mv program rrdtool-trunk
cd rrdtool-trunk
./autogen.sh

If you checkout code from the subversion repository, you will find that the configure script is missing. The last line in the example above should have taken care of this problem. If not, it could be that you are missing automake, autoconf and libtool installations on your system.

Make sure to run ./configure --enable-maintainer-mode prior before 'makeing' modified source, to ensure that all bits get properly rebuilt.

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


NOTE: The content of this website is accessible with any browser. The graphical design though relies completely on CSS2 styles. If you see this text, this means that your browser does not support CSS2. Consider upgrading to a standard conformant browser like Mozilla Firefox or Opera but also Apple's Safari or KDE's Konqueror for example. It may also be that you are looking at a mirror page which did not copy the CSS for this page. Or if some pictu res are missing, then the mirror may not have picked up the contents of the inc directory.