首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >便携erlang

便携erlang
EN

Stack Overflow用户
提问于 2010-06-22 17:15:56
回答 3查看 2.1K关注 0票数 9

有没有推荐的方法来“引导”Erlang发行版?我想在没有root提升和开发工具集(没有编译器等)的机器上运行erlang。我的想法是尽可能多地预先打包(在具有相同架构的机器上)。一个可用的Erlang环境的最低要求是什么?

EN

回答 3

Stack Overflow用户

回答已采纳

发布于 2010-06-23 05:11:24

您可以使用不同的erlware工具。使用最新的Sinan,您甚至可以创建一个捆绑了erts的独立版本。

票数 4
EN

Stack Overflow用户

发布于 2010-06-22 22:25:27

好吧,我之前应该读过的.(来自INSTALL.md)

代码语言:javascript
复制
 *   Install using the `release` target. Instead of doing `make install` you
  can create the installation in whatever directory you like using the
  `release` target and run the `Install` script yourself. `RELEASE_ROOT`
  is used for specifying the directory where the installation should be
  created. This is what by default ends up under `/usr/local/lib/erlang`
  if you do the install using `make install`. All installation paths
  provided in the `configure` phase are ignored, as well as `DESTDIR`,
  and `INSTALL_PREFIX`. If you want links from a specific `bin` directory
  to the installation you have to set those up yourself. An example where
  Erlang/OTP should be located at `/home/me/OTP`:

      $ ./configure
      $ make
      $ make RELEASE_ROOT=/home/me/OTP release
      $ cd /home/me/OTP
      $ ./Install -minimal /home/me/OTP
      $ mkdir -p /home/me/bin
      $ cd /home/me/bin
      $ ln -s /home/me/OTP/bin/erl erl
      $ ln -s /home/me/OTP/bin/erlc erlc
      $ ln -s /home/me/OTP/bin/escript escript
票数 2
EN

Stack Overflow用户

发布于 2010-06-22 19:52:44

例如,您可以查看Wing3D

CouchDB是另一个例子。(归功于tbikeev。)

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/3091757

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档