summaryrefslogtreecommitdiff
path: root/docs/reference/node-startup-controller/building.xml
blob: 5e0ef6015b8b02ef8605951906960fd6d753f38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
]>
<refentry id="building">
  <refmeta>
    <refentrytitle>Building</refentrytitle>
  </refmeta>

  <refnamediv>
    <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>
    <para>
      In addition to this, and apart from the standard tools like autoconf, automake
      and libtool, the following command-line utilities need to be available for
      building:
    </para>
    <itemizedlist>
      <listitem>gdbus-codegen</listitem>
      <listitem>
        gtkdocize and related GTK-Doc tools (only needed for building the
        reference manual
      </listitem>
    </itemizedlist>
  </refsect1>
</refentry>