/[svn]/INSTALL.WIN32
ViewVC logotype

Contents of /INSTALL.WIN32

Parent Directory Parent Directory | Revision Log Revision Log


Revision 767 - (show annotations)
Tue Jul 10 18:01:45 2007 UTC (5 years, 11 months ago) by abate
File size: 2763 byte(s)
[r2003-11-16 23:02:52 by beppe] Updated

Original author: beppe
Date: 2003-11-16 23:02:52+00:00
1 Installation Notes for Windows NT/2000/XP
2 =========================================
3
4
5 CDuce can be executed on Microsoft Windows by using the
6 RedHat/Cygnus environment Cygwin freely available at
7
8 http://www.cygwin.com/
9
10 The executable needs the cygwin1.dll that is distributed
11 under GPL license. This is not compatible with the CDuce license.
12 For this reason we do not provide binaries but give here detailed
13 instructions about how to compile CDuce sources under Cygwin/Windows.
14
15
16 ------------------------------------------------------------------------------
17 Prerequisites
18 ------------------------------------------------------------------------------
19
20 Before compiling CDuce on Windows, you need to install recent
21 releases of the following packages:
22
23
24 cygwin
25 http://www.cygwin.com
26 ocaml
27 http://caml.inria.fr/ocaml/distrib.html
28 findlib
29 http://www.ocaml-programming.de/packages
30 wlex
31 http://www.eleves.ens.fr/home/frisch/soft.html#wlex
32 pcre-ocaml
33 http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html
34 ocamlnet
35 http://sourceforge.net/projects/ocamlnet
36 pxp
37 http://www.ocaml-programming.de/packages/documentation/pxp/index_dev.html
38
39
40 Installation notes (you are advised to follow this order):
41
42 1) Download and execute cygwin setup.exe.
43 - Choose Internet installation
44 - Choose a root directory whose path has no blanks in it
45 - Choose as Local Package Directory <your root>/usr/src (optional)
46 - Choose the mirror closest to you
47 - When asked to select the packages to install add to the default
48 choices the following packages:
49 Devel/
50 autoconf*
51 automake*
52 binutils
53 gcc*
54 make
55 Lib/
56 libpcre
57 pcre **both binaries and sources**
58 you may also find useful to install the following packages
59 Editors/
60 emacs or vim (no trolls)
61 Net/
62 openssh
63 ncftp
64 Devel/
65 cvs
66 Utils/
67 diff
68 patch
69 then proceed with installation
70
71
72 2) Download (we suggest in /usr/src) and install Ocaml
73 [For the impatients: ./configure && make world.opt && make install]
74
75
76 3) Download (guess where) and install findlib
77 a plain ./configure && make all && make opt && make install
78 should work
79
80
81 4) Download and install ulex
82
83
84 5) Download and install pcre-ocaml.
85
86
87 6) Download and install ocamlnet
88
89
90 7) PXP:
91 CDuce requires a development version >= 1.1.93.
92
93
94 Now you can compile CDuce sources as indicated in the INSTALL file
95 namely
96
97
98 ------------------------------------------------------------------------------
99 Compilation, installation
100 ------------------------------------------------------------------------------
101
102 See the INSTALL file.
103
104
105
106

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