From baf841a42784712c8269f93fec5900d1ae080b00 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 29 Jan 2017 16:29:12 -0800 Subject: [PATCH] README: Minor improvements --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecc9b85..4fec1c8 100644 --- a/README.md +++ b/README.md @@ -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.)