@@ -56,7 +56,7 @@ supported out of the box, without additional software.
56
56
The native-code compiler (ocamlopt) requires Visual C++ and the
57
57
Microsoft assembler MASM version 6.11 or later. MASM can be
58
58
downloaded for free from Microsoft's Web site; for directions, see
59
- http://www.easystreet.com/~jkirwan/pctools.html
59
+ http://www.easystreet.com/~jkirwan/pctools.html
60
60
or http://www2.dgsys.com/~raymoon/faq/masm.html
61
61
or the comp.lang.asm.x86 FAQ.
62
62
@@ -96,14 +96,14 @@ You will need the following software components to perform the recompilation:
96
96
To recompile, start a Cygwin shell and change to the top-level
97
97
directory of the OCaml distribution. Then, do
98
98
99
- cp config/m-nt.h config/m.h
100
- cp config/s-nt.h config/s.h
101
- cp config/Makefile.msvc config/Makefile
99
+ cp config/m-nt.h config/m.h
100
+ cp config/s-nt.h config/s.h
101
+ cp config/Makefile.msvc config/Makefile
102
102
103
103
Then, edit config/Makefile as needed, following the comments in this file.
104
104
Normally, the only variables that need to be changed are
105
- PREFIX where to install everything
106
- TK_ROOT where TCL/TK was installed
105
+ PREFIX where to install everything
106
+ TK_ROOT where TCL/TK was installed
107
107
108
108
Finally, use "make -f Makefile.nt" to build the system, e.g.
109
109
@@ -149,7 +149,7 @@ runs without any additional tools.
149
149
The native-code compiler (ocamlopt), as well as static linking of
150
150
Caml bytecode with C code (ocamlc -custom), require either the MinGW
151
151
development tools, which is free software available at
152
- http://www.mingw.org/
152
+ http://www.mingw.org/
153
153
or the Cygwin development tools (also free software), available at
154
154
http://sources.redhat.com/cygwin/
155
155
@@ -174,14 +174,14 @@ Start a Cygwin shell and unpack the source distribution
174
174
(ocaml-X.YZ.tar.gz) with "tar xzf". Change to the top-level
175
175
directory of the OCaml distribution. Then, do
176
176
177
- cp config/m-nt.h config/m.h
178
- cp config/s-nt.h config/s.h
179
- cp config/Makefile.mingw config/Makefile
177
+ cp config/m-nt.h config/m.h
178
+ cp config/s-nt.h config/s.h
179
+ cp config/Makefile.mingw config/Makefile
180
180
181
181
Then, edit config/Makefile as needed, following the comments in this file.
182
182
Normally, the only variables that need to be changed are
183
- PREFIX where to install everything
184
- TK_ROOT where TCL/TK was installed
183
+ PREFIX where to install everything
184
+ TK_ROOT where TCL/TK was installed
185
185
186
186
Finally, use "make -f Makefile.nt" to build the system, e.g.
187
187
0 commit comments