Changes between Version 4 and Version 5 of Installation
- Timestamp:
- 01/04/12 12:50:19 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v4 v5 3 3 == 1. Requirements == 4 4 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: 8 6 {{{ 9 7 apt-get install libboost-all-dev 10 8 }}} 11 9 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]. 15 11 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 17 19 == 2. Compilation == 18 19 Build mcproxy 20 * Build mcproxy 20 21 {{{ 21 22 make … … 23 24 24 25 == 3. Installation == 25 26 27 To copy mcproxy to system directories, run (optional): 26 * To copy mcproxy to system directories, run (optional): 28 27 {{{ 29 28 make install 30 29 }}} 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 }}}