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