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

Contents of /website/trunk/web/download.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4075 - (show annotations)
Tue Feb 21 06:03:32 2012 UTC (15 months ago) by jmaloberti
File MIME type: text/xml
File size: 5069 byte(s)
Typos.
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2 <page name="download">
3
4 <title>Download</title>
5
6 <box title="Sources tarballs" link="src">
7 <ul>
8 <li><a href="download/cduce-0.5.5.tar.gz">Version 0.5.5 (for
9 OCaml 3.11 and 3.12)</a></li>
10 <li><a href="download/cduce-0.5.4.tar.gz">Version 0.5.4 (for
11 OCaml 3.11 and 3.12)</a></li>
12 <li><a href="download/cduce-0.5.3.tar.gz">Version 0.5.3 (for
13 OCaml 3.11)</a></li>
14 <li><a href="download/cduce-0.5.2.1.tar.gz">Version 0.5.2.1</a></li>
15 <li><a href="download/cduce-0.5.1.tar.gz">Version 0.5.1 (for
16 OCaml 3.10)</a></li>
17 <li><a href="download/cduce-0.5.0.tar.gz">Version 0.5.0 (for
18 OCaml 3.10)</a></li>
19 <li><a href="download/cduce-0.4.2.tar.gz">Version 0.4.2 (for
20 OCaml 3.09)</a></li>
21 </ul>
22
23 <p>
24 See <a href="http://www.cduce.org/cgi-bin/viewcvs.cgi/*checkout*/cduce/trunk/CHANGES">recent changes</a> (including those of the SVN
25 version), and <a href="http://www.cduce.org/cgi-bin/viewcvs.cgi/*checkout*/cduce/trunk/INSTALL">build instructions</a>.
26 </p>
27
28 <p>
29 The simplest way to install CDuce is to use one of the packages included in the Debian, Fedora, or Ubuntu Linux distributions.
30 <br/>
31 The simplest way to compile (and install) CDuce is probably to
32 use the
33 <a href="http://www.ocaml-programming.de/godi/">
34 GODI distribution</a>, and to select the <tt>apps-cduce</tt> package.
35 An option in this package allows you to use the current SVN
36 development tree instead.
37 </p>
38
39 </box>
40
41 <box title="Packages" link="binary">
42 <section title="Debian and Ubuntu Packages"><img style="border:0;" src="img/linux.gif" alt="linux"/>
43 <p>
44 CDuce is packaged and available both in Debian and in Ubuntu distributions. Just do <b><tt>apt-get
45 install cduce</tt></b>.
46 </p>
47 <link url="http://packages.debian.org/unstable/interpreters/cduce" title="Debian Unstable">
48 Cduce package in Debian unstable
49 </link>
50 <link url="http://packages.debian.org/stable/interpreters/cduce" title="Debian Stable">
51 Cduce package in Debian stable
52 </link>
53 <link url="http://packages.ubuntu.com/gutsy/interpreters/cduce" title="Ubuntu Gutsy">
54 Cduce package in Ubuntu Gutsy
55 </link>
56
57 <link url="http://packages.ubuntu.com/hardy/interpreters/cduce" title="Ubuntu Hardy">
58 Cduce package in Ubuntu Hardy
59 </link>
60
61 </section>
62
63 <section title="Mandriva and Fedora Packages"><img style="border:0;" src="img/linux.gif" alt="linux"/>
64 <p>
65 CDuce is packaged in Fedora distribution since Fedora 8. Just do <b><tt>yum
66 install cduce</tt></b>.
67 </p>
68 <link url="http://club.mandriva.com/xwiki/bin/view/rpms/Application/cduce" title="Mandriva package">
69 Cduce package in Mandriva.
70 </link>
71 <link url="https://bugzilla.redhat.com/show_bug.cgi?id=241487" title="Fedora RPM">
72 Cduce package is under review for inclusion in Fedora.
73 </link>
74
75 </section>
76
77 <section title="Windows XP binary">
78 <img style="border:0;" src="img/windows.gif" alt="windows"/>
79 <p>
80 An XP installer including <tt>cduce</tt> and <tt>dtd2cduce</tt>
81 binaries is available for CDuce 0.5.x:
82 </p>
83 <ul>
84 <li><a href="http://www.cduce.org/download/win32/CDuce setup.exe">CDuce setup.exe (2.4 Mb)</a></li>
85 </ul>
86 </section>
87
88 <section title="MacOsX binary">
89 <img style="border:0;" src="img/macos.gif" alt="macosx"/>
90 <p>
91 An MacOsX installer including <tt>cduce</tt> and <tt>dtd2cduce</tt>
92 binaries is available for CDuce 0.5.x:
93 </p>
94 <ul>
95 <li><a href="http://www.cduce.org/download/macosx/cduce-0.5.2.dmg">CDuce-0.5.2.dmg</a></li>
96 </ul>
97 </section>
98
99 </box>
100
101 <box title="SVN status" link="cvs">
102 <p>
103 You can browse the <a href="http://www.cduce.org/cgi-bin/viewcvs.cgi/"
104 >current SVN development tree</a>.
105 </p>
106
107 <p>
108 You can also download the SVN tree through an anonymous access
109 using svn:
110 </p>
111 <sample>
112 svn co https://svn.cduce.org
113 </sample>
114
115 <p>
116 You can then do <tt>svn update</tt> in the <tt>cduce</tt> subdirectory to
117 get an up-to-date version of the SVN tree.
118 </p>
119
120
121 <p>You can access our svn snapshots <a href="download/snapshots">here</a>.</p>
122 </box>
123
124 <box title="Side products" link="side">
125 <section title="ulex">
126 <p>
127 <code>ulex</code> is a lexer generator for Unicode and OCaml written by
128 Alain Frisch. Here is the <a href="ulex/">ocamldoc-generated
129 documentation</a>.
130 <a href="ulex/CHANGES">Recent changes</a>.
131 </p>
132 <link url="http://www.cduce.org/download/ulex-1.1.tar.gz"
133 title="Download">
134 Version 1.1, for OCaml 3.10 (ported by Nicolas Pouillard).
135 </link>
136 <link url="http://www.cduce.org/download/ulex-0.8.tar.gz"
137 title="Download">
138 Version 0.8, for OCaml 3.09.
139 </link>
140 <link url="http://www.cduce.org/download/ulex-0.7.tar.gz" title="Download">
141 Version 0.7, for OCaml 3.08, 3.09.
142 </link>
143 <link url="http://www.cduce.org/download/ulex-0.4.tar.gz" title="Download">
144 Version 0.4, for OCaml &lt;= 3.07.
145 </link>
146
147 <p>
148 Gerd Stolpmann posted a message to the Caml-list which explains <a
149 href="http://caml.inria.fr/pub/ml-archives/caml-list/2006/04/6d31ef03a5a1f9a182a9ed2422d266a4.en.html">how
150 to migrate from ocamllex to ulex</a>.
151 </p>
152
153 </section>
154 </box>
155
156 </page>

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