diff options
author | Lukas Larsson <[email protected]> | 2017-11-20 10:52:30 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-11-20 10:52:30 +0100 |
commit | f91898fc08c28195dd2e9cbfb15bfd91a5584550 (patch) | |
tree | 8a500e9a3f7e1a53e55b9cbc3cd4c053d187631c /HOWTO/INSTALL.md | |
parent | 3b5fced77873fa6ee87a81a6162acf9d9f43c6de (diff) | |
parent | c4606d0ce55eac7c383520de765cffba2c235ace (diff) | |
download | otp-f91898fc08c28195dd2e9cbfb15bfd91a5584550.tar.gz otp-f91898fc08c28195dd2e9cbfb15bfd91a5584550.tar.bz2 otp-f91898fc08c28195dd2e9cbfb15bfd91a5584550.zip |
Merge branch 'lukas/system/improve_profile_docs/OTP-14633' into maint
* lukas/system/improve_profile_docs/OTP-14633:
erts: Add term2bin note about encoding guarantee
Fix broken link in INSTALL howto
system: Add info to profiling effeciency guide
Update message queue and pinfo binary docs
kernel: Clarify gen_tcp:listen documentation
system: Add External OSS tools section to profiling guilde
Diffstat (limited to 'HOWTO/INSTALL.md')
-rw-r--r-- | HOWTO/INSTALL.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index 36365799e3..987a714936 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -18,9 +18,6 @@ Required Utilities These are the tools you need in order to unpack and build Erlang/OTP. -> *WARNING*: Please have a look at the [Known platform issues][] chapter -> before you start. - ### Unpacking ### * GNU unzip, or a modern uncompress. @@ -794,7 +791,6 @@ Use `hipe:help_options/0` to print out the available options. [man pages]: http://www.erlang.org/download/otp_doc_man_%OTP-VSN%.tar.gz [the released source tar ball]: http://www.erlang.org/download/otp_src_%OTP-VSN%.tar.gz [System Principles]: ../system_principles/system_principles - [Known platform issues]: #Known-platform-issues [native build]: #How-to-Build-and-Install-ErlangOTP [cross build]: INSTALL-CROSS.md [Required Utilities]: #Required-Utilities |