Menu

Tree [3e2523] alsa-driver /
 History

HTTPS access


File Date Author Commit
 graphics 2014-12-01 Tim Band Tim Band [653bb4] Turned warnings on and eliminated most of them
 manual 2012-03-04 Barak A. Pearlmutter Barak A. Pearlmutter [f98067] spelling deamon
 src 2014-12-17 Tim Band Tim Band [3e2523] Fixed #includes
 translations 2013-12-08 Denis Fokin Denis Fokin [14cac6] Russian translation
 .gitignore 2014-02-04 Tim Band Tim Band [6f483e] Ignore Eclipse stuff in src/test as well as in ...
 AUTHORS 2014-01-02 Barak A. Pearlmutter Barak A. Pearlmutter [148af1] use more relevant email address for myself
 COPYING 2012-02-21 g-raffa g-raffa [aaf2f5] Linux Stopmotion base source code
 README 2014-11-28 Tim Band Tim Band [04f10d] Fixed INSTALL_ROOT and PREFIX to match convention
 stopmotion.1 2014-01-02 Barak A. Pearlmutter Barak A. Pearlmutter [e51ddb] hash dash slash man page bash
 stopmotion.desktop 2014-11-22 Tim Band Tim Band [678cdf] Fix lintian issue desktop-mime-but-no-exec-code
 stopmotion.mime 2012-02-21 g-raffa g-raffa [aaf2f5] Linux Stopmotion base source code
 stopmotion.pro 2014-12-13 Tim Band Tim Band [8ec327] Refactored out generic code from OSSDriver

Read Me

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


INSTALLATION
------------
1) qmake
2) sudo 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           # build a release version of the project, called stopmotion
make debug     # build a debug version of the project, called stopmotion-d
make all       # build both debug and release versions
make test      # build and run the unit tests
make clean     # remove all build products
make install   # install stopmotion
make uninstall # remove installation

To install in a specific location:

qmake PREFIX=/specific/location
sudo make install

To put the files somewhere before copying them for installation (after qmake):

make INSTALL_ROOT=/somewhere/writeable install
cp -fr /somewhere/writeable/* /

PREFIX is where the files will ultimately end up. make install will put them in
$(INSTALL_ROOT)$(PREFIX)