From e8495d6cfaa30d1c1d9a7a6381142676ff79ac85 Mon Sep 17 00:00:00 2001 From: Francesco Bertolaccini Date: Fri, 29 Jan 2016 20:09:32 +0100 Subject: [PATCH] Cross platform disclaimer --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4f4786..5425a7c 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,12 @@ to work with .NET languages. As such, it employs standard .NET behaviors such as and *IEnumerable*s to represent native objects. It also provides access to the underlying low-level methods and a *Stream* subclass for easy use of the APIs. -The documentation for the methods is copied from the original doxygen and only slightly adapted. \ No newline at end of file +The documentation for the methods is copied from the original doxygen and only slightly adapted. + +## Platform support + +The library is designed to work regardlessly of the underlying OS, so it should work on Windows, Linux +and OSX equally well. I haven't tested the OSX port though, and I only superficially tried it on Linux. + +If anyone feels so inclined, he/she could contribute by testing it and reporting the results. This would +be greatly appreciated. \ No newline at end of file