summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tusharsg@gmail.com>2015-11-19 17:01:53 +0000
committerTushar Gohad <tusharsg@gmail.com>2015-11-19 17:01:53 +0000
commit10675f2019edf9eac75205604a6c080e06972a57 (patch)
tree91aa6609707a5688870b805ab5167bd62d321492
parentabca3f50994614b819c66fdfaa6cd7a492ef660b (diff)
downloadliberasurecode-10675f2019edf9eac75205604a6c080e06972a57.tar.gz
README.md edited online with Bitbucket
-rw-r--r--README.md59
1 files changed, 32 insertions, 27 deletions
diff --git a/README.md b/README.md
index 4e42201..354e273 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,37 @@ Active Users
* PyECLib - Python EC library: https://pypi.python.org/pypi/PyECLib
* Openstack Swift Object Store - https://wiki.openstack.org/wiki/Swift
+
+----
+
+Build and Install
+=================
+
+Install dependencies -
+
+ Debian/Ubuntu hosts:
+
+```sh
+ $ sudo apt-get install build-essential autoconf automake libtool
+```
+
+ Fedora/RedHat/Centos hosts:
+
+```sh
+ $ sudo yum install -y gcc make autoconf automake libtool
+```
+
+To build the liberasurecode repository, perform the following from the
+top-level directory:
+
+``` sh
+ $ ./autogen.sh
+ $ ./configure
+ $ make
+ $ make test
+ $ sudo make install
+```
+
----
liberasurecode API Definition
@@ -318,32 +349,6 @@ int liberasurecode_get_minimum_encode_size(int desc);
*/
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:
-
-``` sh
- $ ./autogen.sh
- $ ./configure
- $ make
- $ make test
- $ sudo make install
-```
----
@@ -415,4 +420,4 @@ References
[3] Greenan, Kevin M et al, "Flat XOR-based erasure codes in storage systems", http://www.kaymgee.com/Kevin_Greenan/Publications_files/greenan-msst10.pdf
- [4] Kota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp>, Ryuta Kon <kon.ryuta@po.ntts.co.jp>, "NTT SHSS Erasure Coding backend"
+ [4] Kota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp>, Ryuta Kon <kon.ryuta@po.ntts.co.jp>, "NTT SHSS Erasure Coding backend" \ No newline at end of file