Skip to content

AnimationMaker 1.9.0

Compare
Choose a tag to compare
@lavigne958 lavigne958 released this 05 Jan 13:46
· 24 commits to master since this release

Download the package installer required for your platform (.deb for ubunut/debian/linux mint, .rpm for fedora,centos).

The installed software is located unders /opt/animationmaker/animationmaker.

After install

Update your PATH in order to start the software from anywhere using a terminal:
add this line at end of ~/.bashrc

export PATH=$PATH:/opt/animationmaker

Changelogs:

  • Build the UI as static library
  • Build single binary application using the UI static library
  • Organize headers in all source files (.cpp, .h)
  • Provide build instructions
  • Fix memory leaks in some basic scenarios (open/close/add keyframes/...)
  • Remove embeded use of binary FFmpeg use the one installed on the system
  • Provide .deb & .rpm package as installer
  • Add internal Qt project dependencies (All => depend on => AnimationItem.pro)