Add library dependencies for building to the docs
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Fri, 3 Aug 2012 13:07:35 +0000 (14:07 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Fri, 3 Aug 2012 13:45:18 +0000 (14:45 +0100)
docs/reference/node-startup-controller/building.xml

index 527682a..31490b4 100644 (file)
     <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>