File: README

package info (click to toggle)
stopmotion 0.6.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,348 kB
  • ctags: 2,285
  • sloc: cpp: 10,028; ansic: 5,502; makefile: 58
file content (41 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
WHAT IS THIS
------------
Stopmotion is a program to create stop motion animations.
See http://stopmotion.bjoernen.com for more info.


INSTALLATION
------------
1) ./configure
2) make
3) make install

The configure script will generate 'stopmotion.pro' and 'config.cpp' from 
'stopmotion.pro.in' and 'config.cpp.in', respectively. You can override the 
settings in these files, but ideally you should give all your settings through 
options to the configure script. See './configure --help' for more info.
 
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, +++ 

Your help is very much appreciated.