Version 8 (modified by 13 years ago) (diff) | ,
---|
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 this page.
- To build the documentation, doxygen must be installed. This can be done with the folling command:
apt-get install doxygen
- The mcproxy has to be started with root privileges.
- A Linux kernel version greater than version 2.6.32 is required.
2. Compilation
- Build mcproxy
make
3. Installation
- To copy mcproxy to system directories, run (optional):
make install
4. Documentation
- Mcproxy includes a HTML documentation. The documentation will be located in the docs/ directory after the execution of:
make doc