I put my driver to contrib/plugins/server-drivers/my_driver/src/
After that i changed the next files: contribAcquisitionServer.inl
contribAcquisitionServer.cmake
contribAcquisitionServerLinkLibs.cmake
And I after that I started to build (sh build.sh). But every time when i try do it, i receive the next mistake in my Ubuntu -
"
CMakeFiles/Makefile2
make[1]: *** [applications/platform/acquisition-server/CMakeFiles/openvibe-acquisition-server.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
build.sh: 72: build.sh: [[: not found "
Without my driver, i can build the OpenVibe. Where can be a problem, maybe need to change some files yet?