Skip to content

Instantly share code, notes, and snippets.

@kumekay
Created October 18, 2017 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kumekay/151f370ab1c796425a6e0d670f903e40 to your computer and use it in GitHub Desktop.
Save kumekay/151f370ab1c796425a6e0d670f903e40 to your computer and use it in GitHub Desktop.
Ubuntu 16.04 (including WSL) Erlang compilation rather minimal dependencies
#!/bin/bash
sudo apt update
sudo apt install -y build-essential autoconf libncurses5-dev libssh-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment