Skip to content

Instantly share code, notes, and snippets.

@bugra-derre
Last active December 20, 2015 15:39
Show Gist options
  • Save bugra-derre/6156334 to your computer and use it in GitHub Desktop.
Save bugra-derre/6156334 to your computer and use it in GitHub Desktop.
Installing Erlang on Linux
#!/bin/bash -ex
#Update repositories
sudo apt-get update
#Use this command to install the required dependency packages:
sudo apt-get install build-essential libncurses5-dev openssl libssl-dev fop xsltproc unixodbc-dev
#To install packages for graphics support, use this command:
sudo apt-get install libwxbase2.8 libwxgtk2.8-dev libqt4-opengl-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment