summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKMG <kmgreen2@gmail.com>2014-12-29 03:25:41 +0000
committerKMG <kmgreen2@gmail.com>2014-12-29 03:25:41 +0000
commitb299fd965d9fb8cf870164f2aea6814d87f35a55 (patch)
tree3f92eb126c498d0700ded39f0a1b951ec1b0fd07
parent868579776a4c69863163494660ad31a4355e8048 (diff)
parent99ae37b8c61ba09410c962ecc70ebd5f37f2ad21 (diff)
downloadjerasure-b299fd965d9fb8cf870164f2aea6814d87f35a55.tar.gz
Merge branch 'wip-documentation' into 'master'
documentation updates to replace URLs that do not contain useful information See merge request !2
-rw-r--r--Manual.pdfbin0 -> 409116 bytes
-rw-r--r--README7
-rw-r--r--configure.ac4
3 files changed, 4 insertions, 7 deletions
diff --git a/Manual.pdf b/Manual.pdf
new file mode 100644
index 0000000..e596023
--- /dev/null
+++ b/Manual.pdf
Binary files differ
diff --git a/README b/README
index 0a6a9a0..ddead18 100644
--- a/README
+++ b/README
@@ -9,12 +9,9 @@ Authors: James S. Plank (University of Tennessee)
External Documentation:
-The programmer's manual and tutorial is provided in two places:
+See the file Manual.pdf for the programmer's manual and tutorial.
-1.) A copy is hosted on BitBucket at https://bitbucket.org/jimplank/jerasure/downloads/Jerasure-Manual.pdf
-2.) A copy is also available at http://web.eecs.utk.edu/~plank/plank/papers/UT-EECS-14-721.html
-
-See https://bitbucket.org/jimplank/gf-complete for GF-Complete.
+See https://jerasure.org/jerasure/gf-complete for GF-Complete.
NOTE: You must have GF-Complete installed (or compiled) in order to use Jerasure 2.0.
diff --git a/configure.ac b/configure.ac
index 32b7250..63e6b0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ([2.65])
AC_INIT([Jerasure], [2.0], [], [],
- [https://bitbucket.org/jimplank/jerasure])
+ [https://jerasure.org/jerasure/jerasure])
AC_CONFIG_SRCDIR([src/jerasure.c])
AC_CONFIG_HEADERS([include/config.h])
@@ -24,7 +24,7 @@ AC_PROG_CC
AC_CHECK_LIB([gf_complete], [gf_init_easy], [],
[AC_MSG_FAILURE(
[You need to have gf_complete installed.
- gf_complete is available from http://web.eecs.utk.edu/~plank/plank/papers/CS-13-703.html])
+ gf_complete is available from http://jerasure.org/jerasure/gf-complete])
])
# Checks for header files.