AnimationMaker 1.9.0
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)