mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-08 18:34:00 +00:00
.README.in:
BUGS:
Reduce verbosity.
Mention GitHub issue tracker.
README.HPUX:
Delete redundant contact information.
README.Linux:
Delete information about long-obsolete a.out executables.
40 lines
1.6 KiB
Plaintext
40 lines
1.6 KiB
Plaintext
This directory contains the source distribution for the
|
|
Melbourne Mercury compiler, version @VERSION@.
|
|
|
|
See the file LICENSE for copyright and licensing information.
|
|
|
|
See the file INSTALL for installation instructions.
|
|
In some cases, additional steps may be needed for particular operating systems
|
|
or particular architectures, so first read the README file for your particular
|
|
platform, if there is one:
|
|
|
|
README.AIX AIX on POWER
|
|
README.FreeBSD FreeBSD on Intel x86 and x86_64
|
|
README.HPUX HPPA systems running HPUX
|
|
README.Linux Linux on Intel x86 and x86_64
|
|
README.Linux-Alpha Linux on DEC Alpha
|
|
README.Linux-PPC Linux on PowerPC
|
|
README.Linux-m68k Linux on Motorola 68000
|
|
README.MacOS Apple Mac systems running Mac OS X
|
|
README.MS-Windows Microsoft Windows
|
|
README.OpenBSD OpenBSD on x86_64
|
|
README.Solaris Solaris (SunOS) on SPARC or Intel x86.
|
|
|
|
The documentation sources are in the `doc' subdirectory.
|
|
The installation process will install INFO, HTML, and DVI versions under the
|
|
nominated installation prefix, by default /usr/local/mercury-@VERSION@.
|
|
It will also install Unix-style man pages under the same prefix.
|
|
|
|
The files RELEASE_NOTES, NEWS, HISTORY, LIMITATIONS, and BUGS
|
|
also contain useful information. If you're interested in looking
|
|
at the source code, the file compiler/notes/compiler_design.html is
|
|
a good place to start.
|
|
|
|
The `samples' directory contains some example Mercury programs.
|
|
There are also some additional Mercury programs and libraries
|
|
in the `extras' directory.
|
|
|
|
The Mercury home page is located at <https://www.mercurylang.org>.
|
|
There you can also find information about joining the mailing lists
|
|
for announcements and general discussion.
|