We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75d204 commit 1ef0f6fCopy full SHA for 1ef0f6f
doc/INSTALL.txt
@@ -9,7 +9,10 @@ Quick Guide :
9
- put the "install.ml" MTASC install script into a directory of your choice
10
- configure ocaml and cvs so it can run from commandline
11
- edit and *configure* install.ml (see below)
12
-- run the following command "ocaml install.ml" to run install script
+- run the following command "ocaml install.ml" to run compilation script
13
+- the binary can be found in the "bin" subdirectory of install.ml
14
+- you also need to copy somewhere on your system the "ocaml/mtasc/std"
15
+ subdirectory (and use -cp <path to std> for mtasc commandline).
16
17
Configuration
18
-------------
0 commit comments