summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKMG <kmgreen2@gmail.com>2014-12-29 03:26:44 +0000
committerKMG <kmgreen2@gmail.com>2014-12-29 03:26:44 +0000
commit695d83ea597e9a5f4566c2d65183f13247f85d83 (patch)
treee10fe7074cb6dbe6534516e4b7df4d005e32f727
parente0e400aaf68a3b4d9f10ee3e73baddb48cb45ed9 (diff)
parent58eebabd204998364355eee293402929502bf1a9 (diff)
downloadgf-complete-695d83ea597e9a5f4566c2d65183f13247f85d83.tar.gz
Merge branch 'wip-documentation' into 'master'
documentation updates to replace URLs that do not contain useful information See merge request !3
-rw-r--r--Manual.pdfbin0 -> 501334 bytes
-rw-r--r--README18
-rw-r--r--README.txt11
3 files changed, 6 insertions, 23 deletions
diff --git a/Manual.pdf b/Manual.pdf
new file mode 100644
index 0000000..59968bb
--- /dev/null
+++ b/Manual.pdf
Binary files differ
diff --git a/README b/README
index f34fa08..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,26 +8,14 @@ Authors: James S. Plank (University of Tennessee)
Adam W. Disney (University of Tennessee,
Allen C. McBride (University of Tennessee)
-The programmer's manual and tutorial is provided in two places:
-
-1.) A copy is hosted on BitBucket at https://bitbucket.org/jimplank/gf-complete/downloads/GF-Complete-Manual.pdf
-2.) A copy is also available 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: