Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 679 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 679 Bytes

Librain

Jerasure wrapper as a Erasure code library for OpenIO Software Defined Storage solution.

Dependencies

Installation

Considering your installation with

  • a working directory whose name is stored in TMPDIR

  • the source directory whose name stored in SRCDIR

  • Jerasure headers installed in a path stored in JINC

  • Jerasure libraries insatlled in a path stored in JLIB

    cd $TMPDIR && \
    cmake -DJERASURE_INCDIR=$JINC -DJERASURE_LIBDIR=$JLIB -DPREFIX=... $SRCDIR && \
    make && \
    make install