From 59bf182630998f25c061908b34b66a4ee5ae060b Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Sun, 29 Jun 2014 07:37:05 -0700 Subject: Start refactor Signed-off-by: Tushar Gohad --- README | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 README (limited to 'README') diff --git a/README b/README deleted file mode 100644 index f9399ee..0000000 --- a/README +++ /dev/null @@ -1,25 +0,0 @@ -## 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` - -- cgit v1.2.1