Installation Instructions

You can find examples and binaries at our repository MindRoveSDK .

Precompiled libraries in package managers(Nuget, PYPI, etc)

Python

Please, make sure to use Python 3+. Next, install the latest release from PYPI with the following command in terminal

python -m pip install mindrove

C#

Windows(Visual Studio)

You are able to install the latest release by following these steps:

  • Open Visual Studio Solution

  • Add to the project references mindrove.dll

  • Build it using Visual Studio

  • Make sure that unmanaged(C++) libraries exist in search path - set PATH env variable or copy them to correct folder

Matlab

Steps to setup Matlab binding for MindRove:

  • Open Matlab IDE and open MindroveSDK/win64/matlab/ folder there

  • Add folders lib and inc to Matlab path

  • If you want to run Matlab scripts from folders different than MindroveSDK/win64/matlab/ you need to add it to your Matlab path too

  • If you see errors you may need to configure Matlab to use C++ compiler instead C, install Visual Studio 2017 or newer(for Windows) and run this command in Matlab terminal mex -setup cpp, you need to select Visual Studio Compiler from the list. More info can be found here.