Commit Graph

6 Commits

Author SHA1 Message Date
Julien Fischer
e133290049 Fix some broken links in README.Java.
README.Java.md:
    As above.
2025-08-12 16:34:19 +10:00
Julien Fischer
ec3d50d638 Fix a typo.
README.Java.md:
   Fix a typo that broke the link to the Coretto website.
2025-08-09 23:15:49 +10:00
Julien Fischer
ffe1636b7d Clarify how to build and install Mercury in the C#/Java grades.
Despite using --use-mmc-make when we build Mercury in the C# or Java grades, we
still need to run the depend target in order ensure that its various other
actions take place (e.g. copying files from the mdbcomp directory to the slice
directory). Not explicitly invoking the depend target, can result in timing
related problems, especially when using parallel builds. Modify the
documentation for building C#/Java compilers to include an explicit depend
step.

README.CSharp.md:
README.Java.md:
    As above.
2025-08-09 21:43:44 +10:00
Julien Fischer
680e2b3079 Convert README.ssdebug to Markdown.
README.ssdebug:
    As above.

    Add a .md extension.

README.CSharp.md:
README.Java.md:
    Conform to the above change.
2023-01-23 03:37:12 +11:00
Julien Fischer
1137ce97cb Minor fix to Java README.
README.Java.md:
    Delete a stray period.
2023-01-11 17:13:18 +11:00
Julien Fischer
36268bbbb2 Update and rewrite README.Java.
Convert it to Markdown.

README.Java:
    Add a .md extension.

    Update many of the details in this file.

    Add a table-of-contents.

    Break up the FAQ into separate named sections.

README.md:
    Conform to the above change of name.
2023-01-11 11:58:44 +11:00