MCProxy

Changes between Version 2 and Version 3 of Installation


Ignore:
Timestamp:
12/24/11 23:38:07 (12 years ago)
Author:
woelke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v2 v3  
    33== 1. Requirements ==
    44
     5To build the mcproxy, the libraries boost_threat, boost_date_time and
     6boost_system must be installed. This can be done with the following
     7command:
     8{{{
     9  apt-get install libboost-all-dev
     10}}}
     11
     12To use the IPv6 functionality the kernel has to be patched by the by
     13Michael Hoerdt’s IPv6 multicast forwarding patch. A patched kernel can
     14be download from the project page.
     15
     16The mcproxy has to be started with root privileges.
    517== 2. Compilation ==
    618
     19Build mcproxy
     20{{{
     21  make
     22}}}
     23
    724== 3. Installation ==
     25
     26
     27To copy mcproxy to system directories, run (optional):
     28{{{
     29  make install
     30}}}