summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-03 14:07:35 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-03 14:45:18 +0100
commiteaeb934ec087903be81ece83abb43cb200881234 (patch)
tree64b06681027f78e5d8aa67a0fef5277cd1c4a866
parent5dfb47b1b80d3aa91b8493491050b9d70c31c57b (diff)
downloadnode-startup-controller-eaeb934ec087903be81ece83abb43cb200881234.tar.gz
Add library dependencies for building to the docs
-rw-r--r--docs/reference/node-startup-controller/building.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/reference/node-startup-controller/building.xml b/docs/reference/node-startup-controller/building.xml
index 527682a..31490b4 100644
--- a/docs/reference/node-startup-controller/building.xml
+++ b/docs/reference/node-startup-controller/building.xml
@@ -11,4 +11,29 @@
<refname>Building</refname>
<refpurpose>How to build the Node Startup Controller</refpurpose>
</refnamediv>
+
+ <refsect1>
+ <title>Build dependencies</title>
+ <para>
+ The following additional libraries are required to build the
+ Node Startup Controller:
+ </para>
+ <variablelist>
+ <varlistentry>
+ <term>automotive-dlt >= 2.2.0</term>
+ </varlistentry>
+ <varlistentry>
+ <term>glib-2.0 >= 2.2.0</term>
+ </varlistentry>
+ <varlistentry>
+ <term>gio-2.0 >= 2.30.0</term>
+ </varlistentry>
+ <varlistentry>
+ <term>gobject-2.0 >= 2.30.0</term>
+ </varlistentry>
+ <varlistentry>
+ <term>libsystemd-daemon >= 183</term>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
</refentry>