Skip to content

Instantly share code, notes, and snippets.

@derekchiang
Created June 5, 2013 06:34
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 derekchiang/5712003 to your computer and use it in GitHub Desktop.
Save derekchiang/5712003 to your computer and use it in GitHub Desktop.
Install all dependencies needed for compiling Erlang R16B from source.
# for erlang
apt-get install fop
apt-get install libncurses5-dev
apt-get install openjdk-7-jdk
apt-get install unixodbc-dev
apt-get install g++
apt-get install make
apt-get install libssl-dev
# for wxwidgets used in erlang
apt-get install libwxbase2.8
apt-get install libwxgtk2.8-dev
apt-get install libqt4-opengl-dev
apt-get install libgtk2.0-dev
apt-get install xsltproc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment