root/gtkimageview/docs/reference/compiling.sgml

Revision 63, 0.8 kB (checked in by bjourne, 6 years ago)

Adding new chapter to the doc

Line 
1 <refentry id = "compiling" revision="15 April 2007">
2   <refmeta>
3     <refentrytitle>Building GtkImageView</refentrytitle>
4   </refmeta>
5   <refnamediv>
6     <refname>Building GtkImageView</refname>
7     <refpurpose>
8       How to compile and install GtkImageView
9     </refpurpose>
10   </refnamediv> 
11   <refsect1>
12     <para>
13       To compile and install GtkImageView, follow these steps:
14       <literallayout>
15         <userinput>$ ./configure # Add --enable-gtk-doc to build these docs</userinput>
16         <userinput>$ make</userinput>
17         <userinput>$ make install</userinput>
18       </literallayout>
19       You can verify that installation succeded by running pkg-config:
20       <literallayout>
21         <userinput>$ pkg-config --modversion gtkimageview-1.0</userinput>
22         <userinput>1.0.0</userinput>
23       </literallayout>
24     </para> 
25   </refsect1>
26 </refentry>
Note: See TracBrowser for help on using the browser.