Installation Instructions
GNU/Linux
Step 1 - Dependencies
Make sure you have the packages that Stick Flick needs. On most distributions, you will not need anything new, so this step isn't important.
On Ubuntu, you would do this :
sudo aptitude install python python-numeric python-gtk2 python-cairo python-gobject imagemagick
Step 2 - Unzip the Stick Flick package
If you haven't downloaded Stick Flick yet, head over to the Download page to get the latest zip file.
Unzip the application somewhere in your home directory :
unzip stickflick0.1.zip cd stickflick0.1 chmod +x stickflick.py
To run stickflick, change to the stickflick0.1 directory and then :
./stickflick.py
Windows
Sorry, currently there are no instructions on how to install it on Windows.
Stick Flick should work on windows, but I don't have a windows machine to try it on.
If somebody wants to step up to the plate, and create a windows install script, I'd be very grateful (as would may windows users).
- This may be a good starting point : http://www.anti-particle.com/old/py2exe.shtml
- Or this : http://unpythonic.blogspot.com/2007/07/pygtk-py2exe-and-inno-setup-for-single.html
Probable Dependencies