mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Minor fixes for README files.
Documentation/README.MS-Windows.md:
Documentation/README.cross.md:
Documentation/README.macOS.md:
As above
This commit is contained in:
@@ -54,7 +54,7 @@ Using Mercury on Windows
|
||||
On Windows systems the usual name for the Mercury compiler, `mmc`, conflicts
|
||||
with the name of the executable for the Microsoft Management Console.
|
||||
See the "Using the Mercury compiler" chapter of the
|
||||
[Mercury Users's Guide](https://mercurylang.org/documentation/documentation.html) for
|
||||
[The Mercury User's Guide](https://mercurylang.org/documentation/documentation.html) for
|
||||
how to deal with this.
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
@@ -63,7 +63,7 @@ Instructions for GCC
|
||||
cross-compiler. It is required if the cross-compiler is not called
|
||||
`HOST-gcc`, where HOST is the value of the `--host` option.
|
||||
|
||||
Those two options must be appear first. Any later options are passed
|
||||
Those two options must appear first. Any later options are passed
|
||||
through to the configure script. A call to the `configure_cross` script
|
||||
might look like:
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ The `asm_fast*` and `reg*` grades are only available on 64-bit Intel systems
|
||||
and only when using GCC version 4.3 or later as the C compiler.
|
||||
|
||||
If `clang` is being used as the C compiler, then the only low-level C grades
|
||||
available are the `none*` grades. The high-level C, Java and C# grades
|
||||
available are the `none*` grades. The high-level C, Java, and C# grades
|
||||
all work. The C# grades require the Mono .NET implementation.
|
||||
(See [README.CSharp.md](README.CSharp.md) for further details.)
|
||||
|
||||
@@ -67,7 +67,7 @@ that *cannot* be used to compile Mercury. The `configure` script will print
|
||||
a warning if it detects that you are using the broken version.
|
||||
|
||||
A discussion of this issue can be found at
|
||||
[this](<https://forums.developer.apple.com/thread/121887>) thread in the Apple
|
||||
[this](https://forums.developer.apple.com/thread/121887) thread in the Apple
|
||||
Developer forum.
|
||||
This
|
||||
[post](https://github.com/Mercury-Language/mercury/issues/88#issuecomment-624329679)
|
||||
|
||||
Reference in New Issue
Block a user