Code

fix roger
[rrdtool-all.git] / website / download.wml
1 <PAGE AUTHOR = "Tobias Oetiker <tobi@oetiker.ch>"
2         PAGE = "down">
4 <H1>RRDtool Download</H1>
6 You can download RRD tool from several places:
8 <H2>Primary Distribution Point</H2>
10 <UL>
11  <LI><A HREF="http://oss.oetiker.ch/rrdtool/pub/?M=D">Stable Release</A></LI>
12  <LI><A HREF="http://oss.oetiker.ch/rrdtool/pub/beta/?M=D">Development SnapShots</A></LI>
13 </UL>
15 <p>You might want to read the <a href="doc/rrdbuild.en.html">build instructions</a> for inspiration on where to go after downloading the source.</p>
17 #<H2>Mirror Sites</H2>
18 #
19 #<UL>
20 #  <LI>BR <A HREF="ftp://ftp.pucpr.br/rrdtool/">ftp://ftp.pucpr.br/rrdtool/</A>. (Rafael Gustavo Gassner rafael.gassner@pucpr.br)</LI>
21 #  <LI>FR <A HREF="ftp://ftp.fastorama.com/mirrors/rrdtool/">ftp://ftp.fastorama.com/mirrors/rddtool</A> (MrJacK mrjack@fastorama.com)</LI>
22 #  <LI>NL <A HREF="ftp://ftp.bit.nl/mirror/rrdtool/">ftp://ftp.bit.nl/mirror/rrdtool/</A> (BIT, The Netherlands mirror@bit.nl)</LI>
23 #  <LI>RO <A HREF="http://ftp.idilis.ro/mirrors/rrdtool/">http://ftp.idilis.ro/mirrors/rrdtool/</A> (Dragos Nitu mirrors@idilis.net)</LI>
24 #  <LI>SE <A HREF="ftp://ftp.sunet.se/pub/network/monitoring/rrdtool/">ftp://ftp.sunet.se/pub/network/monitoring/rrdtool/</A> (Johan.Hofvander@sdi.slu.se)</LI>
25 #  <LI>SI <A HREF="http://www.fastmirrors.org/rrdtool/">http://www.fastmirrors.org/rrdtool/</A> (Tomy Kurtis webadmin [at] fastmirrors.org)</LI>
26 #</UL>
28 <H2>Binary Distributions</H2>
30 <UL>
31  <LI>AIX by <A HREF="mailto:zoran.majcenic_inet.hr">Zoran Majcenic</A> -- <A HREF="http://www.inet.hr/zmp/ibm/rrdtool">http://www.inet.hr/zmp/ibm/rrdtool</A></LI>
32  <LI>HP-UX by <A HREF="mailto:sangelov@globul.bg">Stoyan Angelov</A> -- <A HREF="http://www.filibeto.org/~aduritz/truetrue/rrdtool/">http://www.filibeto.org/~aduritz/truetrue/rrdtool/</A></LI>
33  <LI>Solaris OpenCSW <A HREF="http://www.opencsw.org/packages/rrdtool"> http://www.opencsw.org/packages/rrdtool</a></LI>
34  <LI>Debian Linux <A HREF="http://packages.debian.org/rrdtool">http://packages.debian.org/rrdtool</A></LI>
35  <LI>T2 SDE Linux <A HREF="http://www.t2-project.org/packages/rrdtool.html">http://www.t2-project.org/packages/rrdtool.html</a></li>
37  <LI>RHEL, CentOS, Fedora  <A HREF="mailto:wrl@express.org">William R. Lorenz</a> -- <A href="http://www.express.org/~wrl/rrdtool/">http://www.express.org/~wrl/rrdtool/</a></li>
38  <LI>Redhat/Fedora <A href="http://dag.wieers.com/packages/rrdtool/">http://dag.wieers.com/packages/rrdtool/</a></li>
39  <LI>Native Windows 1 <A HREF="http://oss.oetiker.ch/rrdtool/pub/?M=D">local</a></LI>
40  <LI>Native Windows 2 <A HREF="http://www.gknw.net/mirror/rrdtool/">http://www.gknw.net/mirror/rrdtool/</a></LI>
41  <LI>NetWare <A HREF="http://www.gknw.net/mirror/rrdtool/">http://www.gknw.net/mirror/rrdtool/</a></LI>
42  <LI>Cygwin Windows <A HREF="http://www.cacti.net/downloads/rrdtool/win32">http://www.cacti.net/downloads/rrdtool/win32/</a></LI>
43 </UL>
45 <H2>Anonymous SVN for RRDtool</H2>
47 <p>RRDtool source is stored in a subversion repository with anonymous access.</p>
49 <p>Browse the RRDtool SVN via <a href="http://oss.oetiker.ch/rrdtool-trac/browser/trunk/program">RRDtrac</a>.
50 Or if you want todo more than look ...</p>
52 <pre>
53 svn ls svn://svn.oetiker.ch/rrdtool/
54 </pre>
56 <p>tells you what is in the repository. Development will happen in the
57 "trunk" directory. Every major release gets an entry in the "branches" tree
58 as soon as development in trunk starts up again ... normally after a bit of
59 a settling periode, and every released version get added to the "tags"
60 tree.</p>
62 <p>To get the latest changes from the current trunk use this:</p>
63 <pre>
64 svn checkout svn://svn.oetiker.ch/rrdtool/trunk/program
65 mv program rrdtool-trunk
66 cd rrdtool-trunk
67 ./autogen.sh
68 </pre>
70 <p>If you checkout code from the subversion repository, you will find that
71 the <b>configure</b> script is missing. The last line in the example above
72 should have taken care of this problem. If not, it could be that you are
73 missing automake, autoconf and libtool installations on your system.</p>
75 <p>Make sure to run <code>./configure --enable-maintainer-mode</code> prior
76 before 'makeing' modified source, to ensure that all bits get properly
77 rebuilt.</p>
79 <p>If you fix a bug, I would love to see the output of '<b>svn diff</b>'.</p>