Commit 58eebabd204998364355eee293402929502bf1a9
1 parent
cbbf35b6
Exists in
master
and in
1 other branch
documentation: update with jerasure.org new home
Signed-off-by: Loic Dachary <loic@dachary.org>
Showing
2 changed files
with
6 additions
and
21 deletions
Show diff stats
README
1 | -This is GF-Complete, Revision 1.02. January 1, 2014. | |
1 | +This is GF-Complete, Revision 1.03. January 1, 2015. | |
2 | 2 | |
3 | 3 | Authors: James S. Plank (University of Tennessee) |
4 | 4 | Ethan L. Miller (UC Santa Cruz) |
... | ... | @@ -8,24 +8,14 @@ Authors: James S. Plank (University of Tennessee) |
8 | 8 | Adam W. Disney (University of Tennessee, |
9 | 9 | Allen C. McBride (University of Tennessee) |
10 | 10 | |
11 | -The user's manual is in the file Manual.pdf. You may also get a copy of that | |
12 | -manual at http://www.cs.utk.edu/~plank/plank/papers/GF-Complete-Manual-1.02.pdf. | |
11 | +The user's manual is in the file Manual.pdf. | |
13 | 12 | |
14 | 13 | The online home for GF-Complete is: |
15 | 14 | |
16 | - - https://bitbucket.org/jimplank/gf-complete | |
17 | - | |
18 | -If you want to cite GF-Complete in a paper, I suggest citing the | |
19 | -technical report version. The precise citation information for that | |
20 | -is in http://www.cs.utk.edu/~plank/plank/papers/CS-13-716.html. | |
15 | + - https://jerasure.org/jerasure/gf-complete | |
21 | 16 | |
22 | 17 | To compile, do: |
23 | 18 | |
24 | - ./autogen.sh | |
25 | 19 | ./configure |
26 | 20 | make |
27 | 21 | sudo make install |
28 | - | |
29 | -To run the tests, do: | |
30 | - | |
31 | - make check | ... | ... |
README.txt
1 | -This is GF-Complete, Revision 1.02. January 1, 2014. | |
1 | +This is GF-Complete, Revision 1.03. January 1, 2015. | |
2 | 2 | |
3 | 3 | Authors: James S. Plank (University of Tennessee) |
4 | 4 | Ethan L. Miller (UC Santa Cruz) |
... | ... | @@ -8,16 +8,11 @@ Authors: James S. Plank (University of Tennessee) |
8 | 8 | Adam W. Disney (University of Tennessee, |
9 | 9 | Allen C. McBride (University of Tennessee) |
10 | 10 | |
11 | -The user's manual is in the file Manual.pdf. You may also get a copy of that | |
12 | -manual at http://www.cs.utk.edu/~plank/plank/papers/GF-Complete-Manual-1.02.pdf. | |
11 | +The user's manual is in the file Manual.pdf. | |
13 | 12 | |
14 | 13 | The online home for GF-Complete is: |
15 | 14 | |
16 | - - https://bitbucket.org/jimplank/gf-complete | |
17 | - | |
18 | -If you want to cite GF-Complete in a paper, I suggest citing the | |
19 | -technical report version. The precise citation information for that | |
20 | -is in http://www.cs.utk.edu/~plank/plank/papers/CS-13-716.html. | |
15 | + - https://jerasure.org/jerasure/gf-complete | |
21 | 16 | |
22 | 17 | To compile, do: |
23 | 18 | ... | ... |