summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-06-29 07:37:05 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-06-29 07:37:05 -0700
commit59bf182630998f25c061908b34b66a4ee5ae060b (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /README
parente45a03553a57f9e5323a71a1d9c3b6553a776a1c (diff)
downloadliberasurecode-59bf182630998f25c061908b34b66a4ee5ae060b.tar.gz
Start refactor
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 0 insertions, 25 deletions
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`
-