Mobile Mesh: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Setting up mobile mesh on Mandrake Linux | '''Setting up mobile mesh on Mandrake Linux''' | ||
1. Download the source code and read documentation | 1. Download the source code and read documentation | ||
This can be found here | This can be found here | ||
Mobile mesh information | [http://www.mitre.org/work/tech_transfer/mobilemesh/ Mobile mesh information] | ||
You need to download iproute2, GraphViz and MobileMesh | You need to download iproute2, GraphViz and MobileMesh |
Revision as of 12:58, 16 November 2005
Setting up mobile mesh on Mandrake Linux
1. Download the source code and read documentation
This can be found here Mobile mesh information
You need to download iproute2, GraphViz and MobileMesh
You can also find a local copy at
- TODO: Upload local copy
2. Make sure that you are using g++ 2.96 compiler and libraries
Remove with RpmDrake
libstdc++5-devel-3.2.2-3mdk gcc-c++-3.2.2-3mdk
Install using RpmDrake
libstdc++2.10-devel-2.96-0.82mdk gcc2.96-c++-2.96-0.82mdk
3. Unzip, compile and install graphviz, iproute2 and mobilemesh
eg. for mobile mesh gunzip < mobilemesh-1.0.tar.gz | tar xvf - cd mobilemesh-1.0 make depends make su to root make install
4. Read the documentation for mobile mesh to learn how to use it