Skip to content

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 437 Bytes

README.md

File metadata and controls

executable file
·
23 lines (15 loc) · 437 Bytes

OpenSlide-sys

Low-level bindings to the openslide library

Dependencies

To be able to build this crate you need to install OpenSlide

You will also find a Makefile to help you install all required dependencies for Ubuntu and MacOs

MacOs

brew update
brew install openslide

Ubuntu

apt-get update
apt-get install -y --no-install-recommends libopenslide-dev