= Installation = == 1. Requirements == 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: {{{ apt-get install libboost-all-dev }}} 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 the project page. The mcproxy has to be started with root privileges. == 2. Compilation == Build mcproxy {{{ make }}} == 3. Installation == To copy mcproxy to system directories, run (optional): {{{ make install }}}