Skip to content

Commit

Permalink
MAJ. Description de la recompilation a partir des sources
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2443 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xleroy committed Oct 19, 1999
1 parent fd59337 commit f46ea68
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.win32
Expand Up @@ -11,7 +11,7 @@ The base bytecode system (ocamlc, ocaml, ocamllex, ocamlyacc, ...)
runs without any additional tools. runs without any additional tools.


Linking Caml bytecode with C code (ocamlc -custom) requires the Linking Caml bytecode with C code (ocamlc -custom) requires the
Microsoft Visual C++ compiler. Microsoft Visual C++ compiler version 6.


The native-code compiler (ocamlopt) requires Visual C++ and the The native-code compiler (ocamlopt) requires Visual C++ and the
Microsoft assembler MASM version 6. Microsoft assembler MASM version 6.
Expand Down Expand Up @@ -81,6 +81,14 @@ In addition to Visual C++ (version 4, 5 or 6) and MASM 6, you will
need the CygWin port of GNU tools, available from need the CygWin port of GNU tools, available from
http://sourceware.cygnus.com/cygwin/ http://sourceware.cygnus.com/cygwin/


To recompile, first copy manually the files config/m-nt.h and config/s-nt.h
to config/m.h and config/s.h. Edit config/Makefile.nt as needed.
Then, use "nmake -f Makefile.nt" to build the system, e.g.

nmake -f Makefile.nt world
nmake -f Makefile.nt bootstrap
nmake -f Makefile.nt opt

The sources for the toplevel graphical user interface are not currently The sources for the toplevel graphical user interface are not currently
available to the general public. Contact us if you think you need them. available to the general public. Contact us if you think you need them.


Expand Down

0 comments on commit f46ea68

Please sign in to comment.