Created
June 5, 2013 06:34
-
-
Save derekchiang/5712003 to your computer and use it in GitHub Desktop.
Install all dependencies needed for compiling Erlang R16B from source.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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