git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1097 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1996-10-25 13:38:55 +00:00
parent f04797fa55
commit 1a2a8f1a21
1 changed files with 9 additions and 13 deletions

View File

@ -75,12 +75,9 @@ In addition to Visual C++ 4.0 and MASM 6, you will also need a healthy
set of Unix / GNU utilities that understands long file names
(see e.g. ftp://ftp.cc.utexas.edu/microlib/nt/gnu/).
The bootstrap compilers provided in the Unix distribution (boot/ocamlc
and boot/ocamllex) must be replaced by those from the binary Windows
distribution (ocaml\bin\ocamlc.exe and ocaml\bin\ocamllex.exe).
The sources for the toplevel graphical user interface are not
publically available.
The sources for the toplevel graphical user interface are currently
not available to the general public. Contact us if you think you need
them.
RANDOM NOTES:
@ -89,14 +86,13 @@ RANDOM NOTES:
the performance of bytecode programs is about half of that obtained
under Unix/GCC on similar hardware. GCC would give much better
performance, but none of the currently available ports of GCC for
Win32 is sufficiently complete, robust and stable to compile Caml
Special Light.
Win32 is sufficiently complete, robust and stable to compile Objective
Caml.
* The "num", "str" and "graph" libraries are available under Win32.
("graph" works only under the toplevel application).
The other external libraries ("unix", "threads", "camltk4") make heavy
use of Unix system calls and require considerable work to run under
Win32.
* Libraries available under Win32: "num", "str", "threads", "graph",
and large parts of "unix".
"graph" works only under the toplevel application.
"camltk4" still requires considerable work to run under Win32.
CREDITS: