Libre animation tool (fork of Synfig)

Alyssa Rosenzweig 7d064dab50 Remove drop areas 6 vuotta sitten
ETL 71d7f83c0c NEWS 6 vuotta sitten
autobuild fccb361d84 Squash history 6 vuotta sitten
synfig-core b53c01e517 Fix 6 vuotta sitten
synfig-docs e8f1228dc9 Whack TODO lists 6 vuotta sitten
synfig-studio 7d064dab50 Remove drop areas 6 vuotta sitten
README.md fccb361d84 Squash history 6 vuotta sitten
authors.txt 7feb749015 Squashed author list 6 vuotta sitten
build_and_install.sh 4dbdb5cf23 Images 6 vuotta sitten
style.sh fccb361d84 Squash history 6 vuotta sitten

README.md

Synfig Studio

About

Synfig Studio is a free and open-source 2D animation software, designed as powerful industrial-strength solution for creating film-quality animation using a vector and bitmap artwork. It eliminates the need to create animation frame-by frame, allowing you to produce 2D animation of a higher quality with fewer people and resources. Synfig Studio is available for Windows, Linux and MacOS X.

https://synfig.org/

Installing

Dependencies

You need development & library packages of the following libs:

  • boost (system, filesystem, program_options, chrono)
  • zlib
  • libsigc++-2.0
  • glibmm-2.4
  • giomm-2.4
  • cairo
  • libxml++-2.6
  • mlt++
  • fftw3
  • pango
  • gtkmm-3.0 (only for studio)
  • gettext (probably optional)
  • some threading support (e.g. pthread)

Generally CMake will throw error if it doesn't find something, so you can just run it and see what's missing. Also note that this list might not be full.