Skip to content

Installing and cli command #49

Closed Answered by dloebl
web-apply asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @web-apply
cgif is relatively new, so it's not yet packaged for many distributions. But you may want to have a look here:
https://repology.org/project/cgif/versions

If cgif is not yet available for your Linux distribution, you can compile/install cgif as a shared library from source:

Requirements:

Steps:
For Centos the commands for building and installing cgif from source should look like this:

  1. sudo yum install meson gcc
  2. git clone https://github.com/dloebl/cgif
  3. cd cgif/
  4. meson setup build --prefix=/usr
  5. sudo meson install -C build

I've also added general notes on the installation/compilation of cgif to INSTALL.md. I hope this informatio…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dloebl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #47 on March 02, 2022 16:51.