Changes between Initial Version and Version 1 of Prequisites


Ignore:
Timestamp:
Dec 15, 2011, 5:22:04 PM (13 years ago)
Author:
mies@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Prequisites

    v1 v1  
     1= Linux =
     2
     3For OMNeT++ and RoutingSim, you need the following software packages installed. On a debian-based system, you can install them via
     4
     5{{{
     6    apt-get install libboost-dev build-essential gcc g++ bison flex perl \
     7    tcl-dev tk-dev blt libxml2-dev zlib1g-dev openjdk-6-jre \
     8    doxygen graphviz openmpi-bin libopenmpi-dev libpcap-dev
     9}}}
     10
     11If you already have installed OMNeT++, you will only need to install libboost-dev
     12
     13= Windows =
     14
     15It is also possible to run RoutingSim on Windows systems. To this purpose, install OMNeT++ as described in the [http://omnetpp.org/doc/omnetpp/InstallGuide.pdf OMNeT++ Install Guide] and follow the [http://www.boost.org/doc/libs/release/more/getting_started/index.html instructions on installing the Boost Libary].
     16
     17Then you should be ready to continue with the next step in this installation guide.