[aravis] doc: build and debugging informations.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] doc: build and debugging informations.
- Date: Wed, 26 May 2010 15:39:57 +0000 (UTC)
commit dbd341f2601061e1796d176a13084b5b73b411aa
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Wed May 26 17:39:39 2010 +0200
doc: build and debugging informations.
docs/reference/aravis/aravis-overview.xml | 45 +++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/aravis/aravis-overview.xml b/docs/reference/aravis/aravis-overview.xml
index b5ba1aa..d62c20e 100644
--- a/docs/reference/aravis/aravis-overview.xml
+++ b/docs/reference/aravis/aravis-overview.xml
@@ -12,4 +12,49 @@
<para>#ArvDevice and #ArvGc are more low level APIs, which enable the full control of the cameras, allowing the use of the features specific to each model.</para>
+<chapter id="aravis-building">
+ <title>Building and debugging Aravis</title>
+
+ <para>
+ On UNIX, Aravis uses the standard GNU build system, using
+ <application>autoconf</application> for package configuration
+ and resolving portability issues,
+ <application>automake</application> for building makefiles that
+ comply with the GNU Coding Standards, and
+ <application>libtool</application> for building shared
+ libraries on multiple platforms. The normal sequence for
+ compiling and installing the Aravis library is thus:
+ <literallayout>
+ <userinput>./configure</userinput>
+ <userinput>make</userinput>
+ <userinput>make install</userinput>
+ </literallayout>
+ </para>
+
+ <para>
+ The standard options provided by <application>GNU
+ autoconf</application> may be passed to the
+ <command>configure</command> script. Please see the
+ <application>autoconf</application> documentation or run
+ <command>./configure --help</command> for information about the
+ standard options.
+ </para>
+
+ <para>
+ In addition there are several options to activate or deactivate features.
+ For example, --enable-gstreamer will build the simple gstreamer source plugin.
+ </para>
+
+ <para>The ARV_DEBUG environment variable can be set to a colon
+ separated list of debugging domains, which will make Aravis
+ print out different types of debugging informations to the
+ console. For example, the following command will make Aravis
+ print out stream related informations:
+ <literallayout>
+ <userinput>export ARV_DEBUG=stream</userinput>
+ </literallayout>
+ </para>
+
+</chapter>
+
</part>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]