Results 1 to 5 of 5

Thread: How do I use this Motion Gui

  1. #1
    Join Date
    May 2007
    Location
    Cincinnati
    Beans
    83
    Distro
    Ubuntu 10.04 Lucid Lynx

    Unhappy How do I use this Motion Gui

    Here is a link 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.
    AMD X25000, Gigabyte GA-MA78G-DS3H, 4Gb G.skill, Antec True Power 380

  2. #2
    Join Date
    May 2007
    Location
    Cincinnati
    Beans
    83
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How do I use this Motion Gui

    Bump
    AMD X25000, Gigabyte GA-MA78G-DS3H, 4Gb G.skill, Antec True Power 380

  3. #3
    Join Date
    May 2007
    Location
    Cincinnati
    Beans
    83
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How do I use this Motion Gui

    Anybody?
    AMD X25000, Gigabyte GA-MA78G-DS3H, 4Gb G.skill, Antec True Power 380

  4. #4
    Join Date
    May 2007
    Beans
    106
    Distro
    Ubuntu

    Re: How do I use this Motion Gui

    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.

  5. #5
    Join Date
    Sep 2009
    Beans
    1,293

    Re: How do I use this Motion Gui

    Code:
    $qmake ./
    $make
    $./Motion-Gui
    would also work

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •