summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README16
-rw-r--r--README.txt11
2 files changed, 6 insertions, 21 deletions
diff --git a/README b/README
index 9a86896..7fd2f04 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is GF-Complete, Revision 1.02. January 1, 2014.
+This is GF-Complete, Revision 1.03. January 1, 2015.
Authors: James S. Plank (University of Tennessee)
Ethan L. Miller (UC Santa Cruz)
@@ -8,24 +8,14 @@ Authors: James S. Plank (University of Tennessee)
Adam W. Disney (University of Tennessee,
Allen C. McBride (University of Tennessee)
-The user's manual is in the file Manual.pdf. You may also get a copy of that
-manual at http://www.cs.utk.edu/~plank/plank/papers/GF-Complete-Manual-1.02.pdf.
+The user's manual is in the file Manual.pdf.
The online home for GF-Complete is:
- - https://bitbucket.org/jimplank/gf-complete
-
-If you want to cite GF-Complete in a paper, I suggest citing the
-technical report version. The precise citation information for that
-is in http://www.cs.utk.edu/~plank/plank/papers/CS-13-716.html.
+ - https://jerasure.org/jerasure/gf-complete
To compile, do:
- ./autogen.sh
./configure
make
sudo make install
-
-To run the tests, do:
-
- make check
diff --git a/README.txt b/README.txt
index 7e08d9f..7fd2f04 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
-This is GF-Complete, Revision 1.02. January 1, 2014.
+This is GF-Complete, Revision 1.03. January 1, 2015.
Authors: James S. Plank (University of Tennessee)
Ethan L. Miller (UC Santa Cruz)
@@ -8,16 +8,11 @@ Authors: James S. Plank (University of Tennessee)
Adam W. Disney (University of Tennessee,
Allen C. McBride (University of Tennessee)
-The user's manual is in the file Manual.pdf. You may also get a copy of that
-manual at http://www.cs.utk.edu/~plank/plank/papers/GF-Complete-Manual-1.02.pdf.
+The user's manual is in the file Manual.pdf.
The online home for GF-Complete is:
- - https://bitbucket.org/jimplank/gf-complete
-
-If you want to cite GF-Complete in a paper, I suggest citing the
-technical report version. The precise citation information for that
-is in http://www.cs.utk.edu/~plank/plank/papers/CS-13-716.html.
+ - https://jerasure.org/jerasure/gf-complete
To compile, do: