Sha256: 1ebedcff080f3605a22ce654f4730b8e6890588ffd06a298404cd0e8fc45c0f9
Contents?: true
Size: 687 Bytes
Versions: 146
Compression:
Stored size: 687 Bytes
Contents
First, make sure you have Erlang installed, following the instructions on the [Erlang][1] installation page as appropriate. [1]: /languages/erlang ### Homebrew for Mac OS X Update your Homebrew to latest: ```bash $ brew update ``` Install LFE: ```bash $ brew install lfe ``` ### Installing from Source With your system's "developer tools" or "essential build packages", `git` and Erlang's `erl` installed, you can download and build LFE with the following: ```bash $ git clone https://github.com/rvirding/lfe $ cd lfe $ make $ make install ``` Once you have LFE compiled, you can start up the REPL (interactive session) by executing the ``lfe`` binary: ```bash $ ./bin/lfe ```
Version data entries
146 entries across 146 versions & 1 rubygems