[Erlang 0052] Erlang otp_src_R15B01 Released

简介:
Bug fix release : otp_src_R15B01
Build date      : 2012-04-02

This is R15B01, the first maintenance release for the R15B major release.

You can find the README file for the release at

  http://www.erlang.org/download/otp_src_R15B01.readme (this file)

The source distribution and binary distributions for Windows can be
downloaded from

  http://www.erlang.org/download/otp_src_R15B01.tar.gz
  http://www.erlang.org/download/otp_win32_R15B01.exe
  http://www.erlang.org/download/otp_win64_R15B01.exe

Note: To unpack the TAR archive you need a GNU TAR compatible program.

For installation instructions please read the README file that is part
of the distribution.

The on-line documentation can be found at: http://www.erlang.org/doc/
You can also download the complete HTML documentation or the Unix manual files

  http://www.erlang.org/download/otp_doc_html_R15B01.tar.gz
  http://www.erlang.org/download/otp_doc_man_R15B01.tar.gz

We also want to thank those that sent us patches, suggestions and bug reports,

详情请点击:http://www.erlang.org/download/otp_src_R15B01.readme
 
 
 
 



“他每遇到一棵救命稻草就死死抱住,有一天,我回头一看,嚯!他抱着的,已经是一棵让我仰望的参天大树了。” -- 士兵突击 高城 

目录
相关文章
|
调度 消息中间件
[Erlang 0127] Term sharing in Erlang/OTP 上篇
之前,在 [Erlang 0126] 我们读过的Erlang论文 提到过下面这篇论文:  On Preserving Term Sharing in the Erlang Virtual Machine地址: http://user.
1309 0
[Erlang 0125] Know a little Erlang opcode
  Erlang源代码编译为beam文件,代码要经过一系列的过程(见下面的简图),Core Erlang之前已经简单介绍过了Core Erlang,代码转换为Core Erlang,就容易拨开一些语法糖的真面目了.
2290 0
|
Shell 自然语言处理 网络协议