Revision 5cd0d9c0

b/INSTALL
31 31

  
32 32
For testing, you also need the YAML module for Python (http://pyyaml.org/).
33 33

  
34
For building from source, you also need tar, gzip or bzip2 and make.
35

  
34 36

  
35 37
Installation of the software
36 38
============================
b/docs/installing.sgml
212 212

  
213 213
      <screen>
214 214
# apt-get install lvm2 ssh bridge-utils iproute iputils-arping \
215
> fping python2.4 python-twisted-core python-pyopenssl openssl
215
  fping python2.4 python-twisted-core python-pyopenssl openssl
216 216
      </screen>
217

  
218
      <para>
219
        When installing from source, you will also need the following:
220
      </para>
221
      <itemizedlist>
222
        <listitem>
223
          <simpara>make</simpara>
224
        </listitem>
225
        <listitem>
226
          <simpara>tar</simpara>
227
        </listitem>
228
        <listitem>
229
          <simpara>gzip or bzip2</simpara>
230
        </listitem>
231
      </itemizedlist>
232

  
233
      <para>
234
        Again, these are available in most if not all linux distributions. For Debian, do:
235
      <screen>
236
# apt-get install make tar gzip bzip2
237
      </screen>
238
      </para>
217 239
    </sect2>
218 240

  
219 241
  </sect1>

Also available in: Unified diff