From: oetiker Date: Mon, 2 May 2005 13:59:37 +0000 (+0000) Subject: added more notes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2df60d9432ad4325bad5b79b5cfce2907538cdb5;p=rrdtool-all.git added more notes git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@474 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/website/download.wml b/website/download.wml index 63ab0e5d..3667a2a4 100644 --- a/website/download.wml +++ b/website/download.wml @@ -55,7 +55,7 @@ You can download RRD tool from several places:

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

-svn ls -r svn://svn.ee.ethz.ch/rrdtool/
+svn ls -R svn://svn.ee.ethz.ch/rrdtool/
 

Tells you what is in the repository. Normally, development will happen in the "trunk" directory. @@ -67,3 +67,11 @@ and libtool installed for this to work.

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

+

To get the latest chenges from the current 1.2 branche use this:

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