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

Changes between Version 8 and Version 9 of OverSimInstall


Ignore:
Timestamp:
Dec 15, 2006, 5:05:22 PM (17 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v8 v9  
    1414  3. Add the following lines to your .bashrc or .profile:
    1515{{{
    16   export PATH=$PATH:~/sim/omnetpp-3.3/bin
     16  export PATH=$PATH:~/sim/omnetpp-3.3/bin:~/sim/INET-20061020-OverSim/bin
    1717  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/sim/omnetpp-3.3/lib
    1818}}}
     
    3030}}}
    3131
    32   6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim.tgz INET-20061020-OverSim.tgz] from OverSimDownload and extract in next to your OMNeT++ installation:
     32  6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim.tgz INET-20061020-OverSim.tgz] and extract in next to your OMNeT++ installation:
    3333{{{
    3434  cd ~/sim
     
    3636}}}
    3737
    38   7.
     38  7. Edit INET-20061020-OverSim/inetconfig and change ROOT to your install of the INET framework:
     39{{{
     40  ROOT=$(HOME)/sim/INET-20061020-OverSim
     41}}}
    3942
     43  8. Compile the INET framework:
     44{{{
     45  ./makemake
     46  make
     47}}}
    4048
     49  9. Download the latest OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20061215.tgz OverSim-20061215.tgz] and extract in next to your OMNeT++ installation:
     50{{{
     51  cd ~/sim
     52  tar xzf /tmp/OverSim-20061215.tgz
     53}}}
     54
     55  10. Compile OverSim:
     56{{{
     57  cd ~/sim/OverSim
     58  ./makemake
     59  make
     60}}}
     61
     62Congratulations - now you should have a working !OverSim installation!