How do you create an OpenVibe installer?

Come here to discuss about OpenViBE in general!
Post Reply
toncho11
Posts: 124
Joined: Tue Apr 19, 2011 7:58 pm

How do you create an OpenVibe installer?

Post by toncho11 »

How do you create a setup installer from your compiled distribution?

I would like to create an installer and test OpenVibe in virtual machine.

Cheer,
Anton

lbonnet
Site Admin
Posts: 417
Joined: Wed Oct 07, 2009 12:11 pm

Re: How do you create an OpenVibe installer?

Post by lbonnet »

Hi Anton,

We are using NSIS to compile our installers on windows.
You would have to download NSIS, and maybe modify the fils scripts/openvibe-x.x.x-svnXXX.nsis.
For example, this script need to package all the dependencies. Be careful if you have some new ones.

If you have NSIS on your computer, just right click this file and choose "compile NSIS script".

This file generates the windows installer.

L
Follow us on twitter >> openvibebci

Checkout my (old) blog for some OpenViBE tips & tricks : here !

Post Reply