简体   繁体   English

如何从github安装erlang模块?

[英]How to install erlang modules from github?

I am new to Erlang and I need to install jiffy on my Mac. 我是Erlang的新手,我需要在我的Mac上安装jiffy

When I make / rebar compile , jeffy compiles without any errors. 当我make / rebar rebar compile ,jeffy编译没有任何错误。 But I cant use it anywhere from shell. 但我不能在shell的任何地方使用它。

Do I have to copy .so files? 我必须复制.so文件吗? How should I install erlang modules generally? 我应该如何安装erlang模块? I came from Python world. 我来自Python世界。

启动erlang shell(编译后):

 erl -pa <jiffypath>/ebin/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM