Skip to content
Xiayun Sun edited this page Jun 21, 2014 · 3 revisions

Below steps have been tested on a new CentOS 6.5 x64 instance.

  • Install required packages:

    sudo yum install git gcc make perl ncurses-devel sed java-1.7.0-openjdk java-1.7.0-openjdk-devel ant ant-junit ant-trax
    
  • Make sure your system Java is of version 1.7(this is the version assumed in SBE-Java implementation):

    java -version
    javac -version
    

    if not, manually select the java-1.7.0-openjdk:

    sudo alternatives --config java
    sudo alternatives --config javac
    
  • run sudo alternatives --config jaxp_parser_impl and select /usr/share/java/libgcj-4.4.7.jar.

  • Build Erlang from source

  • Then follow the build steps on README

Clone this wiki locally