Menu

Tree [0b52f4] default tip /
 History

Read Only access


File Date Author Commit
 cmake 2018-12-08 Ralf Lange LF Ralf Lange LF [675fb0] Prepare the version 2.4.1. Update the change lo...
 cmake-old 2017-09-26 Ralf Lange LF Ralf Lange LF [d6a491] Cleaning the cmake directory.
 deb 2018-12-08 Ralf Lange LF Ralf Lange LF [675fb0] Prepare the version 2.4.1. Update the change lo...
 graphics 2019-08-10 Ralf Lange LF Ralf Lange LF [2a0a07] Merge develop to default.
 icons 2011-11-17 Ralf Lange Ralf Lange [60d17f] Add 32x32 pixel bitmap to icons.
 linux 2016-11-10 Ralf Lange LF Ralf Lange LF [0828f4] Run spell checking and update the translations....
 manual 2017-08-08 Ralf Lange LF Ralf Lange LF [a87fe0] Update the inline manual.
 rpm 2015-06-06 Ralf Lange LW Ralf Lange LW [08f3bd] Fix the lintian errors and warnings of the deb ...
 sounds 2017-09-28 Ralf Lange LF Ralf Lange LF [e1dc16] Finalize the beep and click sound effect.
 src 2019-12-10 Ralf Lange SW Ralf Lange SW [0b52f4] Fix the initialization problem of the style set...
 styles 2019-06-16 Ralf Lange LF Ralf Lange LF [2a48ac] Add style select box to the general widget.
 translations 2019-11-30 Ralf Lange SW Ralf Lange SW [7262ec] Update the translation settings and the not sup...
 windows 2018-12-08 Ralf Lange LF Ralf Lange LF [675fb0] Prepare the version 2.4.1. Update the change lo...
 .hgignore 2019-07-06 Ralf Lange SW Ralf Lange SW [757a75] Cleanup the CMakeList.txt and .hgignore file.
 .hgtags 2018-12-08 Ralf Lange LF Ralf Lange LF [06c0db] Added tag v2.4.1 for changeset 675fb0e70046
 .hgtimestamp 2019-11-02 Ralf Lange D8.6 Ralf Lange D8.6 [affc3a] Update the MintLinux part of the CMake build fi...
 AUTHORS 2011-08-18 Ralf Lange Ralf Lange [36e1a1] Initial version (0.9.8) of qStopMotion. This is...
 CMakeLists.txt 2019-11-30 Ralf Lange SW Ralf Lange SW [7262ec] Update the translation settings and the not sup...
 COPYING 2015-06-06 Ralf Lange LW Ralf Lange LW [08f3bd] Fix the lintian errors and warnings of the deb ...
 Changes.txt 2018-12-08 Ralf Lange LF Ralf Lange LF [675fb0] Prepare the version 2.4.1. Update the change lo...
 README.txt 2018-12-08 Ralf Lange LF Ralf Lange LF [675fb0] Prepare the version 2.4.1. Update the change lo...
 README_Makefile_Linux.txt 2018-01-17 Ralf Lange LF Ralf Lange LF [40e42c] Update the README files for Linux and Windows.
 README_NMake_Windows.txt 2019-02-18 Dmitry Valento Dmitry Valento [2f234d] Ticket #10 - download and install ffmpeg and li...
 README_QtCreator_Linux.txt 2018-01-17 Ralf Lange LF Ralf Lange LF [40e42c] Update the README files for Linux and Windows.
 README_QtCreator_Windows.txt 2019-07-10 Ralf Lange SW Ralf Lange SW [c8bba5] Change the used Visual Studio to 2017.
 README_VisualStudio_Windows.txt 2019-02-18 Dmitry Valento Dmitry Valento [2f234d] Ticket #10 - download and install ffmpeg and li...
 appveyor.yml 2019-02-19 Dmitry Valento Dmitry Valento [bd751e] Add appveyor build configuration for x64
 qstopmotion.cppcheck 2011-08-18 Ralf Lange Ralf Lange [36e1a1] Initial version (0.9.8) of qStopMotion. This is...
 qstopmotion.png 2011-10-21 Ralf Lange Ralf Lange [3209f2] Add the packaging for RPM packages and DEB pack...
 qstopmotion.pro 2019-11-30 Ralf Lange SW Ralf Lange SW [7262ec] Update the translation settings and the not sup...

Read Me

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


REQUIREMENTS
------------
You need the following libraries installed to use qStopMotion:
    - Qt5
    - Qwt for Qt5
    - ffmpeg or libav
    - gphoto2 (Linux only)
    - video4linux2 (Linux only)


INSTALLATION
------------
Use the installer on Windows or the package for your Linux
distribution.


BUILD ON LINUX
--------------
Install the following packages:
    - CMake
    - G++ Compiler
    - Qt5 development files
    - Qwt development files
    - gphoto2 development files
    - video4linux2 development files
Download the source tar ball and unpack it in a separate directory.
Change to the source directory and call:
    - cmake -DCMAKE_BUILD_TYPE=Release .
    - make
    - su
    - make install
    - exit


WHO CAN USE IT
--------------
Everyone can use this application as it is distributed under the
GPLv2 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.

ralf.lange@qstopmotion.org
2018-12-08