Changes between Version 2 and Version 3 of Installation
- Timestamp:
- 12/24/11 23:38:07 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v2 v3 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: 8 {{{ 9 apt-get install libboost-all-dev 10 }}} 11 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 the project page. 15 16 The mcproxy has to be started with root privileges. 5 17 == 2. Compilation == 6 18 19 Build mcproxy 20 {{{ 21 make 22 }}} 23 7 24 == 3. Installation == 25 26 27 To copy mcproxy to system directories, run (optional): 28 {{{ 29 make install 30 }}}