Building GtkImageView

Building GtkImageView — How to compile and install GtkImageView.

To compile and install GtkImageView, follow these steps:


        $ ./configure # Add --enable-gtk-doc to build the documentation
        $ make
        $ make install
      

Optionally, you may want to run make check to build the testsuite. You can verify that installation succeded by running pkg-config:


        $ pkg-config --modversion gtkimageview
        1.3.0