Go to file
2014-06-16 21:59:45 -07:00
2014-06-10 11:21:51 -07:00
2014-06-11 16:07:04 -07:00
2014-06-10 11:21:51 -07:00
2014-04-20 23:07:49 -07:00
2014-04-20 23:07:49 -07:00
2014-04-20 23:07:49 -07:00
2014-06-10 11:21:51 -07:00
2014-06-10 11:21:51 -07:00
2014-04-20 23:07:49 -07:00
2014-06-11 16:07:04 -07:00
2014-06-10 11:21:51 -07:00
2014-06-10 11:21:51 -07:00
2014-06-10 11:21:51 -07:00
2014-06-10 11:21:51 -07:00
2014-04-20 23:07:49 -07:00
2014-06-16 21:59:45 -07:00

## Introduction

Liberasurecode is an erasure code library which can support multiple
erasure code 'backends'. The repository includes a Jerasure for Reed-Solomon
implementation.

[TODO: flesh this out a bit more]

## Dependencies

liberasurecode requires that the following dependencies be installed:

* gf-complete: http://www.kaymgee.com/Kevin_Greenan/Software_files/gf-complete.tar.gz
* Jerasure: http://www.kaymgee.com/Kevin_Greenan/Software_files/jerasure.tar.gz

## Build

To build the liberasurecode repository, perform the following from the root
directory of the repository:

`$ ./configure`
`$ make`
`$ make test`
`$ sudo make install`

Description
Erasure Code API library written in C with pluggable Erasure Code backends.
Readme 2.4 MiB
Languages
C 98.5%
M4 0.8%
Makefile 0.6%
Shell 0.1%