close Warning: BrowserModule failed with ConfigurationError: Look in the Trac log for more information.

Changes between Version 30 and Version 31 of OverSimInstall


Ignore:
Timestamp:
Sep 22, 2008, 10:00:22 AM (16 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v30 v31  
    1313}}}
    1414
    15 2. Download [http://www.omnetpp.org/filemgmt/visit.php?lid=122 OMNeT++ 3.3] from http://www.omnetpp.org/ after reading the [http://www.omnetpp.org/external/license.php License]
     152. Download [http://www.omnetpp.org/filemgmt/visit.php?lid=125 OMNeT++ 3.4b2] from http://www.omnetpp.org/ after reading the [http://www.omnetpp.org/external/license.php License]
    1616
    17173. Create a new directory (in the following we assume you want to install OMNeT++ and !OverSim to ~/sim/) and extract OMNeT++:
     
    1919  mkdir ~/sim
    2020  cd ~/sim
    21   tar xzf /tmp/omnetpp-3.3-src.tgz
     21  tar xzf /tmp/omnetpp-3.4b2-src.tgz
    2222}}}
    2323
    24244. Add the following lines to your .bashrc or .profile:
    2525{{{
    26   export PATH=$PATH:~/sim/omnetpp-3.3/bin:~/sim/INET-20061020-OverSim-3/bin
    27   export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/sim/omnetpp-3.3/lib
     26  export PATH=$PATH:~/sim/omnetpp-3.4b2/bin:~/sim/INET-20061020-OverSim-3/bin
     27  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/sim/omnetpp-3.4b2/lib
    2828}}}
    2929
     
    35356. Compile OMNeT++. If your gcc is older than 4.x please read [http://www.omnetpp.org/pmwiki/index.php?n=Main.INETLinkerErrorIPv6ExtensionHeader this page]!
    3636{{{
    37   cd ~/sim/omnetpp-3.3
     37  cd ~/sim/omnetpp-3.4b2
    3838  ./configure
    3939  make