From bcacddf51bd46bdb41349178b96d7a6db8551f8b Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 3 Jun 2015 17:29:41 -0400 Subject: [PATCH] Updates broken links for kakadu sources (x64) in Redhat README 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. --- doc/redhat-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/redhat-install.md b/doc/redhat-install.md index ad40672a..1db85326 100644 --- a/doc/redhat-install.md +++ b/doc/redhat-install.md @@ -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