PDA

View Full Version : How do I use this Motion Gui



esc1
October 22nd, 2011, 01:16 AM
Here is a link (http://sourceforge.net/projects/motiongui/) to the project on source forge. The tar.gz file doesn't have a makefile.. might be able to use it if that was there, but I'm a total newb. Sorry if this isn't really the right section for the post as well. Appreciate the help. Already have motion installed of course Thanks.

esc1
October 23rd, 2011, 01:47 AM
Bump

esc1
November 7th, 2011, 03:16 AM
Anybody?

rockorequin
January 15th, 2012, 04:43 AM
In case you were still wondering... it's a qt project, so you can load and build it with qtcreator (sudo apt-get install qtcreator). I needed to install libqtwebkit-dev as well to get it to build properly, and I had to configure the build directory (in the Projects tab) because when I opened the project (motion-Gui.pro) the qtcreator configured the default build directory to one that didn't exist.

SevenMachines
January 15th, 2012, 06:54 AM
$qmake ./
$make
$./Motion-Guiwould also work