Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 302 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 302 Bytes

JXIO

Java API over Accelio

Build instructions:

  1. Download: git clone https://github.com/accelio/JXIO.git
  2. Move into folder: cd JXIO
  3. Set JAVA_HOME: export JAVA_HOME=/usr/java/jdk1.7.0_25/
  4. Build: ./build.sh (this pulls the relevant C level Accelio library and builds everything you need)