This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Building and Installing gexiv2

To build the current version of gexiv2, you will first need to install libexiv2 version 0.26 or better, including the header files and other files needed for building programs that use this library.

There are two ways to get the gexiv2 source code:

$ git clone https://gitlab.gnome.org/GNOME/gexiv2

To build, run the following commands:

$ meson build
$ ninja -C build
$ sudo ninja -C build install

2024-10-23 11:37