From 5a104f769f1121346a12e28a93456f5722bbeb5c Mon Sep 17 00:00:00 2001 From: Sebastian Erives Date: Sun, 27 Sep 2020 16:14:49 -0600 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8d68d20f..df9f6183 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,16 @@ transfer it onto your robot! +# Compatibility + +Because OpenCV in Java uses a native shared lib, which are platform specific, the simulator is currently limited to the following platforms: + +* Windows 64 bits (tested) +* Windows 32 bits (untested) +* Linux 64 bits (tested)
+ +Unfortunately, macOS is not supported at the moment. I'll look forward to get a virtual machine working to compile OpenCV in this platform, or if anyone could contribute with the macOS shared libs, it'd be greatly appreciated. Same for Linux 32 bits binaries. + # Installation No complicated setup is required, straight up importing the project into IntelliJ IDEA: