Skip to content

Commit

Permalink
Merge branch 'wip-documentation' into 'master'
Browse files Browse the repository at this point in the history
documentation

updates to replace URLs that do not contain useful information

See merge request !2
  • Loading branch information
kmgreen2 committed Dec 29, 2014
2 parents 8685797 + 99ae37b commit b299fd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Binary file added Manual.pdf
Binary file not shown.
7 changes: 2 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand All @@ -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.
Expand Down

0 comments on commit b299fd9

Please sign in to comment.