Blob Blame History Raw
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>2. About this document</title><link rel="stylesheet" type="text/css" href="style.css"><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="The Clutter Cookbook"><link rel="up" href="introduction.html" title="Chapter 1. Preface"><link rel="prev" href="introduction.html" title="Chapter 1. Preface"><link rel="next" href="ch01s03.html" title="3. Acknowledgments"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. About this document</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="introduction.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Preface</th><td width="20%" align="right"> <a accesskey="n" href="ch01s03.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idm140200510574992"></a>2. About this document</h2></div></div></div><p>This document is available in various formats like HTML, and
    PDF.</p><p>The latest version is always available at
    <a class="ulink" href="http://docs.clutter-project.org/docs/clutter-cookbook" target="_top">http://docs.clutter-project.org/docs/clutter-cookbook</a>.</p><p>To contribute to this document, see the
    <a class="link" href="contributing.html" title="Appendix 1. Contributing to this document">Contributing</a> appendix.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140200518682240"></a>2.1. Compiling the examples</h3></div></div></div><p>This document comes with full examples, usually stored
      on disk in <code class="filename"><span class="emphasis"><em>datadir</em></span>/clutter-1.0/cookbook/examples</code>
      directory.</p><p>Each example can be compiled using:</p><div class="informalexample"><pre class="programlisting">cc \
  `pkg-config --cflags clutter-1.0` \
  -o <span class="emphasis"><em>example</em></span> <span class="emphasis"><em>example</em></span>.c \
  `pkg-config --libs clutter-1.0`</pre></div><p>substituting the <span class="emphasis"><em>example</em></span> with in the
      line above with the name of the example.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="introduction.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="introduction.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 1. Preface </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3. Acknowledgments</td></tr></table></div></body></html>