MCProxy

Changes between Version 4 and Version 5 of Installation


Ignore:
Timestamp:
01/04/12 12:50:19 (12 years ago)
Author:
woelke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v4 v5  
    33== 1. Requirements ==
    44
    5 To build the mcproxy, the libraries boost_threat, boost_date_time and
    6 boost_system must be installed. This can be done with the following
    7 command:
     5* To build the mcproxy, the libraries boost_threat, boost_date_time and boost_system must be installed. This can be done with the following command:
    86{{{
    97  apt-get install libboost-all-dev
    108}}}
    119
    12 To use the IPv6 functionality the kernel has to be patched by the by
    13 Michael Hoerdt’s IPv6 multicast forwarding patch. A patched kernel can
    14 be download from this [wiki:Download page].
     10* To use the IPv6 functionality the kernel has to be patched by the by Michael Hoerdt’s IPv6 multicast forwarding patch. A patched kernel can be download from this [wiki:Download page].
    1511
    16 The mcproxy has to be started with root privileges.
     12* To build the documentation, doxygen must be installed. This can be done with the folling command:
     13{{{
     14  apt-get install doxygen
     15}}}
     16
     17* The mcproxy has to be started with root privileges.
     18
    1719== 2. Compilation ==
    18 
    19 Build mcproxy
     20* Build mcproxy
    2021{{{
    2122  make
     
    2324
    2425== 3. Installation ==
    25 
    26 
    27 To copy mcproxy to system directories, run (optional):
     26* To copy mcproxy to system directories, run (optional):
    2827{{{
    2928  make install
    3029}}}
     30
     31== 4. Documentation ==
     32* Mcproxy includes a HTML documentation. The documentation will be located in the doxygen/ directory after the execution of:
     33{{{
     34  make doc
     35}}}