-
Notifications
You must be signed in to change notification settings - Fork 1
System setup
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
. -
Then follow the build steps on README