Permalink
Browse files

README: Minor improvements

  • Loading branch information...
1 parent e71495a commit baf841a42784712c8269f93fec5900d1ae080b00 @bgilbert bgilbert committed Jan 30, 2017
Showing with 8 additions and 3 deletions.
  1. +8 −3 README.md
View
@@ -1,3 +1,8 @@
+OpenSlide Java
+==============
+
+This is a Java binding to [OpenSlide](http://openslide.org/).
+
Build requirements
------------------
@@ -35,9 +40,9 @@ whitespace.
Install Cygwin, selecting these additional packages:
-- make
-- pkg-config
-- mingw64-i686-gcc-core and/or mingw64-x86_64-gcc-core
+- `make`
+- `pkg-config`
+- `mingw64-i686-gcc-core` and/or `mingw64-x86_64-gcc-core`
(Cygwin is only needed for the build environment; the resulting binaries
do not require Cygwin.)

0 comments on commit baf841a

Please sign in to comment.