/[svn]/web/download.xml
ViewVC logotype

Contents of /web/download.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 738 - (hide annotations)
Tue Jul 10 17:59:52 2007 UTC (5 years, 10 months ago) by abate
File MIME type: text/xml
File size: 3130 byte(s)
[r2003-10-22 07:14:23 by beppe] Empty log message

Original author: beppe
Date: 2003-10-22 07:14:23+00:00
1 abate 442 <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
2 abate 684 <page name="download">
3 abate 442
4     <title>Download</title>
5    
6 abate 571 <box title="Sources tarballs" link="src">
7 abate 442
8     <p>
9 abate 570 The only available version for download is a beta release. We successfully compiled it on on Intel Linux, SunOS
10     5.7, Mac OSX, Windows XP, and FreeBSD 4.7
11 abate 442 </p>
12    
13     <ul>
14 abate 646 <li><a href="download/cduce-0.1.1.tar.gz">Version 0.1.1</a></li>
15 abate 442 </ul>
16    
17 abate 562 <p>
18     See <a href="CHANGES">recent changes</a>.
19     </p>
20    
21 abate 442 </box>
22    
23 abate 672 <box title="CVS status" link="cvs">
24     <p>
25     You can browse the current CVS development tree
26 abate 730 <a href="http://www.cduce.org/c-bin/viewcvs.cgi/">here</a>.
27 abate 672 </p>
28    
29     <p>
30 abate 730 You can also download the CVS tree through an anonymous access.
31     Set the <tt>CVSROOT</tt> environment variable to
32     <tt>:pserver:anonymous@cvs.cduce.org:/cvsroot</tt>
33 abate 738 and do <tt>cvs checkout cduce</tt>. Or more simply, copy and paste in a terminal the following line
34     </p><p>
35     <tt>cvs -z3 -d ":pserver:anonymous@cvs.cduce.org:/cvsroot" co cduce</tt>
36     </p><p>
37     You can then do <tt>cvs update -dP</tt>
38 abate 730 in the <tt>cduce</tt> subdirectory to get an up-to-date version
39     of the CVS tree.
40     </p>
41    
42     <p>
43 abate 672 In order to built CDuce from the current CVS tree, you need
44 abate 738 to install <a href="#side">ulex</a>, and also attentively
45     read INSTALL instructions.
46 abate 672 </p>
47 abate 737
48     <p>
49     To help Linux users try the CVS version, we regularly prepare
50     a version of CDuce statically compiled on a Linux box:
51     </p>
52    
53     <ul>
54     <li><a href="download/cduce-cvs-linux-static.tar.gz">Static binary version for Linux</a> (compiled from a recent CVS snapshot)</li>
55     </ul>
56    
57 abate 672 </box>
58    
59     <box title="Side products" link="side">
60     <section title="ulex">
61     <p>
62     <code>ulex</code> is a lexer generator for Unicode and OCaml.
63     </p>
64     <ul>
65 abate 713 <li><a href="download/ulex-0.3.tar.gz">ulex-0.3.tar.gz</a></li>
66 abate 672 </ul>
67     </section>
68     </box>
69    
70    
71 abate 571 <box title="Packages" link="binary">
72     <section title="Debian Package">
73 abate 574 <p>
74 abate 610 An <b>apt-gettable repository</b> for debian/unstable is available, just add
75     the following line to your <tt>/etc/apt/sources.list</tt>
76     </p>
77     <p>
78 abate 611 <a href="http://www.cduce.org/download/debian/"><tt>deb http://www.cduce.org/ download/debian/</tt></a>
79 abate 610 </p>
80 abate 571 </section>
81    
82 abate 611 <section title="FreeBSD Ports">
83     <p><i>In preparation</i></p>
84     </section>
85    
86 abate 608 <section title="Mac OS X binary">
87 abate 605 <p>
88     A <tt>.sit</tt> archive including <tt>cduce</tt> and <tt>dtd2cduce</tt>
89     binaries along with manpages and a copy of the website and the online
90     prototype CGI is available:
91     </p>
92     <ul>
93 abate 652 <li><a href="download/macosx/CDuce 0.1.1.sit">CDuce 0.1.1.sit (1.6 Mb)</a></li>
94 abate 605 </ul>
95 abate 571 </section>
96    
97    
98     <section title="Red Hat Packages">
99 abate 586 <p>The following packages where compiled and tested on Linux RedHat 9</p>
100 abate 576 <ul>
101 abate 650 <li><a href="download/redhat/cduce-0.1.1-1.i386.rpm">cduce-0.1.1-1.i386.rpm</a></li>
102     <li><a href="download/redhat/cduce-0.1.1-1.src.rpm">cduce-0.1.1-1.src.rpm</a></li>
103 abate 576 </ul>
104     <p>If this is your first installation of CDuce rpm, please follow these <a href="rpminstructions.html">instructions</a>.
105     </p>
106 abate 571 </section>
107    
108 abate 587 <section title="Windows">
109     <p>Compile the sources by following the instructions of the
110     file INSTALL.WIN included.</p>
111     </section>
112 abate 595 </box>
113 abate 571
114 abate 595
115 abate 576
116 abate 672
117 abate 576 <include file="rpminstructions.xml"/>
118 abate 672
119 abate 442 </page>

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5