Permalink
Browse files
Update OpenSlide, OpenSlide Java
- Loading branch information...
Showing
with
2 additions
and
4 deletions.
-
+0
−2
README.md
-
+2
−2
build.sh
|
|
@@ -14,8 +14,6 @@ You will need: |
|
|
- gettext utility programs
|
|
|
- glib2 utility programs
|
|
|
- Native gcc and binutils for your build platform
|
|
|
-- The GNU Classpath version of `jni.h` must be installed. (On Fedora this
|
|
|
- is in the `libgcj-devel` package.)
|
|
|
|
|
|
Then:
|
|
|
|
|
|
|
|
|
@@ -68,8 +68,8 @@ xml_ver="2.9.2" |
|
|
sqlite_year="2015"
|
|
|
sqlite_ver="3.8.9"
|
|
|
sqlite_vernum="3080900"
|
|
|
-openslide_ver="3.4.0"
|
|
|
-openslidejava_ver="0.12.0"
|
|
|
+openslide_ver="3.4.1"
|
|
|
+openslidejava_ver="0.12.1"
|
|
|
|
|
|
# Tarball URLs
|
|
|
configguess_url="http://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=${configguess_ver}"
|
|
|
|
0 comments on commit
4784934