Page 1 of 1

Windows installer

Posted: Wed Jun 13, 2012 2:57 am
by chantrip
Dear Openvibe team

I've downloaded the Openvibe source code and modified parts of the code to test some properties of the matrix speller and everything looks fine. I would like to create a Windows installer (*.exe) file so that I can install my modified Openvibe codes on other Windows machine. Could you please tell me how to do that? Also, any chance to do it on Linux machine?

Thank you very much

-Jim

Re: Windows installer

Posted: Wed Jun 20, 2012 1:21 pm
by jlegeny
Hello Jim,

The OpenViBE installer on Windows is created by the NSIS script packaged with the source code. You will need to install the zipdll package as well as the AccessControl module. To create the installer you can simply recompile the code and compile the nsis script.

For the time being there is no way of doing this on Linux as different distributions have too much differences. Note however, that you can simply copy and paste the whole openvibe folder as long as it is on a same distribution and within the same folder.

Cheers
Jozef