philips-isyntax-rs 0.2.2

Rust bindings to the Philips Open Pathology C++ library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: install-deps dl-test-images

install-deps:
	export DEBIAN_FRONTEND=noninteractive && \
	sudo apt-get update -qq && \
	sudo apt-get install -y --no-install-recommends unzip binutils build-essential && \
	cd /tmp && \
	gsutil cp gs://az-philips/sdk.zip . && \
	unzip sdk.zip -d . && \
	cd ./sdk && \
	chmod +x InstallPathologySDK.sh && \
    sudo ./InstallPathologySDK.sh -y

dl-test-images:
	gsutil cp gs://az-philips/sample.isyntax ./tests/data/sample.isyntax