MAJ
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2586 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
e0e7b3015a
commit
2103f79271
18
README
18
README
|
@ -20,13 +20,15 @@ Standard ML of New Jersey 1.09 on our tests), while retaining the
|
|||
moderate memory requirements of the bytecode compiler. The native-code
|
||||
compiler currently runs on the following platforms:
|
||||
|
||||
Alpha processors: all Digital Alpha machines under Digital Unix or Linux
|
||||
Intel Pentium processors: PCs under Linux, FreeBSD, NetBSD, OpenBSD,
|
||||
NextStep, Solaris 2, BeOS.
|
||||
Alpha processors: Digital/Compaq Alpha machines under
|
||||
Digital Unix/Compaq Tru64, Linux, NetBSD and OpenBSD.
|
||||
Sparc processors: Sun Sparc under SunOS 4.1, Solaris 2, NetBSD, Linux
|
||||
Intel Pentium processors: PCs under Linux, NextStep, FreeBSD, Solaris 2
|
||||
Mips processors: SGI workstations and mainframes under IRIX 6
|
||||
HP PA-RISC processors: HP 9000/700 under HPUX 9 and NextStep
|
||||
HP PA-RISC processors: HP 9000/700 under HPUX 9
|
||||
PowerPC processors: IBM RS6000 and PowerPC workstations under AIX 3.2,
|
||||
PowerMacintosh under MkLinux, LinuxPPC, Rhapsody
|
||||
PowerMacintosh under MkLinux, LinuxPPC, MacOS X Server
|
||||
Motorola 680x0 processors: Sun 3 under SunOS
|
||||
Strong ARM processors: Corel Netwinder under Linux
|
||||
|
||||
|
@ -57,6 +59,7 @@ CONTENTS:
|
|||
driver/ driver code for the compilers
|
||||
emacs/ Caml editing mode and debugger interface for GNU Emacs
|
||||
lex/ lexer generator
|
||||
maccaml/ the Macintosh GUI
|
||||
otherlibs/ several external libraries
|
||||
parsing/ syntax analysis
|
||||
stdlib/ standard library
|
||||
|
@ -80,9 +83,10 @@ For MS Windows, see README.win32. For the Macintosh, see INSTALL.MPW.
|
|||
|
||||
DOCUMENTATION:
|
||||
|
||||
The Objective Caml manual is distributed in HTML, PDF, Postscript, and
|
||||
DVI. It can be obtained by anonymous FTP from ftp.inria.fr as
|
||||
described below. It is also available on the World Wide Web, at
|
||||
The Objective Caml manual is distributed in HTML, PDF, Postscript,
|
||||
DVI, and Emacs Info files. It can be obtained by anonymous FTP from
|
||||
ftp.inria.fr as described below. It is also available on the World
|
||||
Wide Web, at
|
||||
|
||||
http://caml.inria.fr/ocaml/
|
||||
|
||||
|
|
Loading…
Reference in New Issue