apngasm ======= The next generation of apngasm, the APNG Assembler.
Installing ========== If you just want pre-built libapngasm and apngasm: OSX: For the latest apngasm use homebrew: brew install apngasm. Windows: Click "releases" at the top of the github page and get the latest release. GNU Linux: [Debian/Ubuntu/Mint/etc.] PPA.
Building ======== apngasm uses CMake to provide cross platform build chains.
Building on Linux: ----------------------------------
- Install dependencies/build chain
- Debian/Ubuntu:
sudo apt-get install cmake libpng-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-filesystem-dev build-essential- Fedora:
sudo dnf install cmake libpng-devel boost-devel build-essential- Generate Makefiles with CMake
mkdir build;
cd build;
cmake ../- Make
make- Installing or [optional] Build packages
You can either install directly or roll your own .deb package to keep it under system package management. To install, just do:
sudo make installTo make packages:
make packageThen install them: