diff options
-rw-r--r-- | README.win32 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README.win32 b/README.win32 index aa13d182b..f020f0f35 100644 --- a/README.win32 +++ b/README.win32 @@ -75,9 +75,11 @@ variables as follows: - set the OCAMLLIB variable to the "lib" subdirectory of the OCaml installation directory. For instance, if you installed OCaml in C:\Program Files\Objective Caml, -do +add the following two lines at the end of C:\autoexec.bat: + set PATH=%PATH%;"C:\Program Files\Objective Caml\bin" - set OCAMLLIB="C:\Program Files\Objective Caml\lib" + set OCAMLLIB=C:\Program Files\Objective Caml\lib + No such tweaking of environment variables is needed under NT, 2000 and XP. To run programs that use the LablTK GUI, the directory where the |