Skip to content

Building Erasure Libs from Source

Chris Cuming edited this page Oct 11, 2015 · 1 revision

NOTE: The Erasure libraries (gf-complete, jerasure, liberasurecode) are built by the ECLib NPM package, so these steps should be unecessary, including modifying $LD_LIBRARY_PATH.

After decompressing the source tarballs, move into each lib directory and do the standard build steps:

$ make clean && ./configure && make && make install

Clone this wiki locally