diff options
author | Rickard Green <[email protected]> | 2010-02-18 17:33:26 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-18 17:33:26 +0000 |
commit | 3fdc76b92134b5e2d279097fa97f031cb06e04a2 (patch) | |
tree | 8bdd7838fa25e4fafb20156868d013f7e96e45a3 /system/README | |
parent | 3a44b99cc6f14a87242e2dddc57f191f853cfd90 (diff) | |
download | otp-3fdc76b92134b5e2d279097fa97f031cb06e04a2.tar.gz otp-3fdc76b92134b5e2d279097fa97f031cb06e04a2.tar.bz2 otp-3fdc76b92134b5e2d279097fa97f031cb06e04a2.zip |
OTP-8449 Documentation improvements.
The most important "readme" files now use Markdown notation. HTML
versions of these files are now also automatically generated and
included in the HTML documentation.
- Building and Installing Erlang/OTP - $ERL_TOP/INSTALL.md
(previously known as $ERL_TOP/README).
- Cross Compiling Erlang/OTP - $ERL_TOP/INSTALL-CROSS.md.
- How to Build Erlang/OTP on Windows - $ERL_TOP/INSTALL-WIN32.md
(previously known as $ERL_TOP/README.win32).
Diffstat (limited to 'system/README')
-rw-r--r-- | system/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/README b/system/README index 29d86b8f47..15ccfd2f84 100644 --- a/system/README +++ b/system/README @@ -1,7 +1,7 @@ -Erlang/OTP March 18, 2009 +Erlang/OTP February 18, 2010 -LAST MINUTE INFORMATION -- Release of Erlang 5.7/OTP R13A +LAST MINUTE INFORMATION -- Release of Erlang 5.7.5/OTP R13B04 1. GENERAL @@ -11,7 +11,7 @@ LAST MINUTE INFORMATION -- Release of Erlang 5.7/OTP R13A The installation guide can be found in - <inst-root>/doc/installation_guide/part_frame.html + <inst-root>doc/installation_guide/users_guide.html 1.2 Java @@ -19,7 +19,7 @@ LAST MINUTE INFORMATION -- Release of Erlang 5.7/OTP R13A 1.3 Disk space - An installation of Erlang/OTP needs approximately 140 MB of + An installation of Erlang/OTP needs approximately 300 MB of disk space. 1.4 The package contains HTML documentation. You can also get this @@ -35,7 +35,7 @@ LAST MINUTE INFORMATION -- Release of Erlang 5.7/OTP R13A R11B-1). BEAM files from R10B or earlier are not supported. To get the best performance, you should recompile your - application code with the R13A compiler. + application code with the R13B04 compiler. 2. NOTES ABOUT THE SOLARIS VERSION |