summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-10-25 00:51:25 +0000
committerTushar Gohad <tushar.gohad@intel.com>2015-10-25 00:51:25 +0000
commit2e4badb90659a3148e8182733edcbfde682f8c1a (patch)
treee2ce52e591ab54a15c3659b1fd6406c63ffce257
parent58b7a54d35c058b5b1266f9e5167be47f07a12c6 (diff)
downloadliberasurecode-2e4badb90659a3148e8182733edcbfde682f8c1a.tar.gz
README update for build/install dependencies
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index ae33f3f..4e42201 100644
--- a/README.md
+++ b/README.md
@@ -324,6 +324,16 @@ int liberasurecode_get_fragment_size(int desc, int data_len);
Build and Install
=================
+Install dependencies -
+
+ Debian/Ubuntu hosts:
+
+ # apt-get install build-essential autoconf automake libtool
+
+ Fedora/RedHat/Centos hosts:
+
+ # yum install -y gcc make autoconf automake libtool
+
To build the liberasurecode repository, perform the following from the
top-level directory:
@@ -367,6 +377,7 @@ Code organization
| | | code implementation (shared library)
| | +-- xor_code.c
| | +-- xor_hd_code.c
+ | | +-- rs_vand --> liberasurecode native Reed Soloman codes
| |
| +-- utils
| +-- chksum --> fragment checksum utils for erasure