浏览 2036 次
锁定老帖子 主题:R13B04 Installation
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2010-01-28
http://wiki.github.com/erlang/otp/installation:
R13B04后erlang的源码编译为了考虑移植性,就改变了编译方式,以下是官方wiki上的安装文档1. Cloning Here are the basic steps to build Erlang/OTP in the Git repository. Start by cloning: git clone git://github.com/erlang/otp.git 2. Building Next, set ERL_TOP the environment variable: cd otp export ERL_TOP=`pwd` The repository does not contain a generated configure file, so it must be generated like this: ./otp_build autoconf before configure can be run. When the configure files has been generated, you can build in the usual way as described in the README file. Shortly: ./configure make 3. To run the system you have built without installing it first: $ERL_TOP/bin/erl 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2010-02-03
可爱的git,可爱的erlang
|
|
返回顶楼 | |