summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-release-info/doc/prerequisites.xml
blob: 71f7d7ed2b451ab8c8ed100500785c2753eefe35 (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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<chapter id="prerequisites">
  <title>Prerequisites</title>

  <para>Building Enea Linux or compiling applications requires some packages
  to be installed on your Linux development host.</para>

  <section id="inst-host-packages-ubuntu-debian">
    <title>Ubuntu 14.04 LTS, 64-bit</title>

    <para>Ensure the system is up-to-date:</para>

    <programlisting>$ sudo apt-get update</programlisting>

    <para>For a supported <emphasis role="bold">Ubuntu</emphasis><indexterm>
        <primary>Ubuntu</primary>
      </indexterm> distribution you need the following packages:</para>

    <programlisting>$ sudo apt-get install sed wget subversion git-core
    coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk
    python-pysqlite2 diffstat make gcc build-essential xsltproc g++
    desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake
    groff libtool xterm libxml-parser-perl</programlisting>
  </section>
</chapter>