jawaff / KinectController

Control your computer using your body. The KinectController turns the Kinect into a controller that allows configurable actions to be emulated when configurable gestures are triggered by the user.
0 stars 0 forks source link

An Installer needs to be created so the project can easily be run by newcomers #5

Closed jawaff closed 8 years ago

jawaff commented 8 years ago

After executing the build system, the installers should be built for various operating systems. This installer will assemble all of the dependencies needed for the project and will install it into an easy to reach place for the user. The user then should be able to run an executable which will execute the KinectController project.

jawaff commented 8 years ago

Try to get an InstallBuilder license for an open source project, because it's free. InstallBuilder would work perfectly for making an installer.

jawaff commented 8 years ago

I've requested an open source license for installbuilder! Now we just need to wait.

jawaff commented 8 years ago

I got the open source license for installbuilder a while back. I just never got around to making an installer until recently. The current installer pretty much just copies files onto the user's computer and only supports Windows so far. It's very rudimentary and will need upgraded later on.

jawaff commented 8 years ago

For now the installer works, but it will need to be upgraded later on. The good thing is that we have an automated way of creating an installer.