1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<!--#include file="Head.html"-->
<body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 text="black" link="#0000FF"
vlink="#000000" alink="#000000">
<!--#include file="Table.html"-->
<tr>
<!--#include file="SideBar.html"-->
<td width="550" valign="top" bgcolor="#FFFFFF">
<div align="left">
<font size=5>Download </font>the software by using CVS. CVS is a source
code revision control system used by many participants in the open-source
community. There is currently no method to obtain the software as a
packaged zip or tar file. Packaged releases will become available in
the near future.
<p>
To use CVS, you must have it installed on your system. You may wish to
use the
<a href="http://sources.redhat.com/cygwin/">Cygwin</a> tools on Windows
platforms, or <a href="http://www.wincvs.org">WinCVS</a> which provides
a very nice GUI to CVS.
<p>
The source is accessed by checking out a read-only version of the Dart
source code. (Only developers have write-access to the repository. Contact
Kitware at kitware@kitware.com if you require write access.) Use
the following commands.
<p>
<b>cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/Dart login</b><br>
(respond with password dart)
<p>
Follow this command by checking out the source code:<br>
<b>cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/Dart co Dart</b>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
|