8000 GitHub - miltonArango/asdf-erlang: Erlang plugin for asdf version manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

miltonArango/asdf-erlang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

asdf-erlang

Erlang plugin for asdf version manager that relies on kerl for builds.

This plugin aims to combine the best of both worlds by using kerl.

kerl's compatibility and build scripts, together with asdf's easy version switching and support for the .tool-versions file. You do not need to have kerl already installed to use this. The plugin will install it's own version of kerl automatically.

Install

asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git

Use

Check asdf readme for instructions on how to install & manage versions of Erlang. See kerl for customization options. Note that the KERL_BASE_DIR and KERL_CONFIG environment variables are set by the plugin when it runs kerl so it will not be possible to customize them.

Before asdf install

These steps assume a most recent build of Debian or Ubuntu Linux (currently tested on Ubuntu 16.04 LTS, "Xenial Xerus"). Note that if you are using a previous version of Linux, you may need a different version of one of the below libraries.

Install the build tools (dpkg-dev g++ gcc libc6-dev make)
apt-get -y install build-essential

Automatic configure script builder (debianutils m4 perl)
apt-get -y install autoconf

Needed for HiPE (native code) support, but already installed by autoconf
apt-get -y install m4

Needed for terminal handling (libc-dev libncurses5 libtinfo-dev libtinfo5 ncurses-bin)
apt-get -y install libncurses5-dev

For building with wxWidgets (start observer or debugger!)

  • Linux: apt-get -y install libwxgtk3.0-dev libgl1-mesa-dev libglu1-mesa-dev libpng3
  • OS X: brew install wxmac

For building ssl (libssh-4 libssl-dev zlib1g-dev)
apt-get -y install libssh-dev

ODBC support (libltdl3-dev odbcinst1debian2 unixodbc)
apt-get -y install unixodbc-dev

About

Erlang plugin for asdf version manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0