Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 841 Bytes

INSTALL.md

File metadata and controls

37 lines (24 loc) · 841 Bytes

Installation

cgif is packaged for Homebrew and several Linux distributions already:

Packaging status

Ubuntu >= 22.04

sudo apt-get install libcgif0

for development files

sudo apt-get install libcgif-dev

Homebrew

$ brew install cgif

Fedora >= 35

$ sudo yum install libcgif

for development files

$ sudo yum install libcgif-devel

Manual installation

Requirements for compiling cgif:

  • C compiler (e.g. gcc, clang)
  • meson build system

Steps

  1. $ git clone https://github.com/dloebl/cgif
  2. $ cd cgif/

set the prefix of your choice:

  1. $ meson setup --prefix=/usr build

compile & install cgif as shared library:

  1. $ meson install -C build