WHAT IS THIS
------------
Stopmotion is a program to create stop motion animations.
See http://linuxstopmotion.org for more info.


INSTALLATION
------------
1) qmake
2) make install

You need the following libraries installed to compile:
    - Qt4
    - libtar
    - SDL
    - SDL_image
    - XML2
    - vorbisfile
    - FAM/Gamin
    - pkg-config

WHO CAN USE IT
--------------
Everyone can use this application as it is distributed under the
GPL licence (See the file COPYING for more details).


DO YOU WANT TO CONTRIBUTE?
--------------------------
Do not hesitate to contact us if you want to contribute with translations,
graphics, code, +++ 

The mailing list is at linuxstopmotion-users-devs@lists.sourceforge.net

Your help is very much appreciated.

DEVELOPMENT
-----------

After qmake, the following make targets are available:

make debug   # build a debug version of the project, called stopmotion-d
make release # build a release version of the project, called stopmotion
make         # build both debug and release versions
make install # build and install the release version in /usr/local
make test    # build and run the unit tests

To install to a specific location (other than /usr/local):

qmake PREFIX=/path/to/installation
make install
