[m-rev.] diff: update instructions for installing C#/Java versions of the compiler

Julien Fischer jfischer at opturion.com
Sat Jan 9 00:09:51 AEDT 2016


Update instructions for installing C#/Java versions of the compiler.

README.CSharp:
README.Java:
     As above.

diff --git a/README.CSharp b/README.CSharp
index 80699b7..91e425b 100644
--- a/README.CSharp
+++ b/README.CSharp
@@ -156,7 +156,7 @@ However, if you want to give it a try, the required steps are:
  (1) Ensure that you have an existing working Mercury compiler in your PATH
  and a clean version of the Mercury source tree.

-(2) Run aclocal -I m4; autoconf; ./configure as normal.
+(2) Run ./prepare.sh; ./configure as normal.

  (3) Add the line:

@@ -173,6 +173,10 @@ option; the build will not work otherwise.  Setting the variable GRADE in the
  invocation of mmake is currently necessary in order to avoid some variable
  definition ordering problems in Mmake.workspace.

+(5) To install the C# version of the compiler, do:
+
+   $ mmake --use-mmc-make install GRADE=csharp
+
  -----------------------------------------------------------------------------

  FREQUENTLY ASKED QUESTIONS (FAQS)
diff --git a/README.Java b/README.Java
index 5e59d30..39cee44 100644
--- a/README.Java
+++ b/README.Java
@@ -127,7 +127,7 @@ However, if you want to give it a try, the required steps are:
  (1) Ensure that you have an existing working Mercury compiler in your PATH
  and a clean version of the Mercury source tree.

-(2) Run aclocal -I m4; autoconf; ./configure as normal.
+(2) Run ./prepare.sh; ./configure as normal.

  (3) Add the line:

@@ -144,6 +144,10 @@ option; the build will not work otherwise.  Setting the variable GRADE in the
  invocation of mmake is currently necessary in order to avoid some variable
  definition ordering problems in Mmake.workspace.

+(5) To install the Java version of the compiler, do:
+
+   $ mmake --use-mmc-make install GRADE=java
+
  -----------------------------------------------------------------------------

  RESOURCES



More information about the reviews mailing list