erlang 有没有类似 gem 的东西?

发布于 2024-08-19 16:08:11 字数 54 浏览 2 评论 0原文

因为我发现安装第三方软件相当复杂,是否有一个简单的插件系统,比如 erlang 的 gem ?

Is there a simply plug in system like gem for erlang as I find it quite complicated to install third party software?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

茶花眉 2024-08-26 16:08:11

综合 Erlang 档案网络Faxien 是两个包,它们提供了安装 erlang 库的简单方法。

这些都没有与 erlang 捆绑在一起,所以首先需要安装。然后您可以使用它们下载其他软件。

CEAN 既可以作为库添加到现有的 erlang 安装中,也可以作为包含 erlang 发行版的一体化安装使用。从 CEAN 下载页面 获取 CEAN,然后阅读 CEAN 文档 了解如何使用它。

对于 Faxien 来说,最好遵循教程。安装完成后,您可以使用faxien help来查找下一步可以做什么。

The Comprehensive Erlang Archive Network and Faxien are two packages that provide an easy way to install erlang libraries.

Neither of these are bundled with erlang so first need to be installed. Then you can use them to download other software.

CEAN is available either as a library to add to an existing erlang installation or as an all-in-one install including an erlang distribution. Get CEAN from CEAN download page and then read the CEAN documentation to see how to use it.

For Faxien the best is to follow the tutorial. Once it's installed you can use faxien help to find what you can do next.

温暖的光 2024-08-26 16:08:11

不过安装第三方库并不困难。只需将 /clone/whatever 作为子文件夹解压到您在 ERL_LIBS 环境变量中定义的目录即可。

It's not difficult though to install 3rd party libraries. Just unzip/clone/whatever as a subfolder to the directory you define in the ERL_LIBS environment variable.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文