Code

fix shared library version number
[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, Scientific Linux  <A HREF="mailto:wrl@express.org">William R. Lorenz</a> -- <A href="http://packages.express.org/rrdtool/">http://packages.express.org/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>Language Bindings</H2>
47 <p>The bindings for perl, tcl, ruby and python are part of the rrdtool distribution. Here is a list of others:</p>
48 <ul>
49 <li><a href="http://pecl.php.net/package/rrd">PHP bindings to the rrd tool system</a> by Miroslav KubelĂ­k</li>
50 </ul>
52 <H2>Anonymous SVN for RRDtool</H2>
54 <p>RRDtool source is stored in a subversion repository with anonymous access.</p>
56 <p>Browse the RRDtool SVN via <a href="http://oss.oetiker.ch/rrdtool-trac/browser/trunk/program">RRDtrac</a>.
57 Or if you want todo more than look ...</p>
59 <pre>
60 svn ls svn://svn.oetiker.ch/rrdtool/
61 </pre>
63 <p>tells you what is in the repository. Development will happen in the
64 "trunk" directory. Every major release gets an entry in the "branches" tree
65 as soon as development in trunk starts up again ... normally after a bit of
66 a settling periode, and every released version get added to the "tags"
67 tree.</p>
69 <p>To get the latest changes from the current trunk use this:</p>
70 <pre>
71 svn checkout svn://svn.oetiker.ch/rrdtool/trunk/program
72 mv program rrdtool-trunk
73 cd rrdtool-trunk
74 ./autogen.sh
75 </pre>
77 <p>If you checkout code from the subversion repository, you will find that
78 the <b>configure</b> script is missing. The last line in the example above
79 should have taken care of this problem. If not, it could be that you are
80 missing automake, autoconf and libtool installations on your system.</p>
82 <p>Make sure to run <code>./configure --enable-maintainer-mode</code> prior
83 before 'makeing' modified source, to ensure that all bits get properly
84 rebuilt.</p>
86 <p>If you fix a bug, I would love to see the output of '<b>svn diff</b>'.</p>