← 全部工具

apngasm

热度 85 更新于 开发与构建

Next generation of apngasm, the APNG assembler

homebrewauto-collected

安装

Homebrew
brew install apngasm

通过 Homebrew 安装。

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 install

To make packages:

    make package

Then install them: