Skip to content

Commit

Permalink
Updates broken links for kakadu sources (x64) in Redhat README
Browse files Browse the repository at this point in the history
I noticed I gave you the link for the 32 bit files.  We discovered it when the test.py failed.  These are the correct links and the test.py passes.
  • Loading branch information
scherztc committed Jun 3, 2015
1 parent 752e66d commit bcacddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/redhat-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ the 64-bit versions; if you need 32-bit change the portion of the URL from `x86-
to `x86-32`.

```
wget https://github.com/ksclarke/freelib-djatoka/tree/master/lib/Linux-x86-32/libkdu_v60R.so
wget https://github.com/ksclarke/freelib-djatoka/tree/master/lib/Linux-x86-32/kdu_expand
wget https://github.com/ksclarke/freelib-djatoka/tree/master/lib/Linux-x86-64/libkdu_v60R.so
wget https://github.com/ksclarke/freelib-djatoka/tree/master/lib/Linux-x86-64/kdu_expand
mv libkdu_v60R.so /usr/local/lib
mv kdu_expand /usr/local/bin
Expand Down

0 comments on commit bcacddf

Please sign in to comment.