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

Changes between Version 24 and Version 25 of OverSimInstall


Ignore:
Timestamp:
Sep 26, 2007, 1:23:38 PM (17 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v24 v25  
    24244. Add the following lines to your .bashrc or .profile:
    2525{{{
    26   export PATH=$PATH:~/sim/omnetpp-3.3/bin:~/sim/INET-20061020-OverSim-2/bin
     26  export PATH=$PATH:~/sim/omnetpp-3.3/bin:~/sim/INET-20061020-OverSim-3/bin
    2727  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/sim/omnetpp-3.3/lib
    2828}}}
     
    4040}}}
    4141
    42 7. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim-2.tgz INET-20061020-OverSim-2.tgz] and extract in next to your OMNeT++ installation:
     427. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim-3.tgz INET-20061020-OverSim-3.tgz] and extract in next to your OMNeT++ installation:
    4343{{{
    4444  cd ~/sim
    45   tar xzf /tmp/INET-20061020-OverSim-2.tgz
     45  tar xzf /tmp/INET-20061020-OverSim-3.tgz
    4646}}}
    4747
    48 8. Edit INET-20061020-OverSim-2/inetconfig and change ROOT to your install of the INET framework:
     488. Edit INET-20061020-OverSim-3/inetconfig and change ROOT to your install of the INET framework:
    4949{{{
    50   ROOT=$(HOME)/sim/INET-20061020-OverSim-2
     50  ROOT=$(HOME)/sim/INET-20061020-OverSim-3
    5151}}}
    5252
     
    5757}}}
    5858
    59 10. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20070724.tgz OverSim-20070724.tgz] and extract in next to your OMNeT++ installation:
     5910. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20070926.tgz OverSim-20070926.tgz] and extract in next to your OMNeT++ installation:
    6060{{{
    6161  cd ~/sim
    62   tar xzf /tmp/OverSim-20070724.tgz
     62  tar xzf /tmp/OverSim-20070926.tgz
    6363}}}
    6464
    656511. Compile !OverSim:
    6666{{{
    67   cd ~/sim/OverSim-20070724
     67  cd ~/sim/OverSim-20070926
    6868  ./makemake
    6969  make