<refentry id = "compiling" revision="15 April 2007">
  <refmeta>
    <refentrytitle>Building GtkImageView</refentrytitle>
  </refmeta>
  <refnamediv>
    <refname>Building GtkImageView</refname>
    <refpurpose>
      How to compile and install GtkImageView.
    </refpurpose>
  </refnamediv>  
  <refsect1>
    <para>
      To compile and install GtkImageView, follow these steps:
      <literallayout>
        <userinput>$ ./configure # Add --enable-gtk-doc to build the documentation</userinput>
        <userinput>$ make</userinput>
        <userinput>$ make install</userinput>
      </literallayout>
      Optionally, you may want to run <userinput>make
      check</userinput> to build the testsuite. You can verify that
      installation succeded by running pkg-config:
      <literallayout>
        <userinput>$ pkg-config --modversion gtkimageview</userinput>
        <userinput>1.5.0</userinput>
      </literallayout>
    </para>  
  </refsect1>
</refentry>
