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

Changes between Version 50 and Version 51 of OverSimInstall


Ignore:
Timestamp:
Sep 10, 2009, 11:15:16 AM (15 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v50 v51  
    3434}}}
    3535
    36 5. Compile OMNeT++ (no need to change the directoy on Windows):
     365. '''Optional step''': Apply the following patches to OMNeT++:
     37  - Perfomance improvements: [http://dev.omnetpp.org/bugs/file_download.php?file_id=12&type=bug Download simtime_by_reference.patch] ([http://dev.omnetpp.org/bugs/view.php?id=22 View bugreport 22])
     38  - Better layouter for visualization: [http://dev.omnetpp.org/bugs/file_download.php?file_id=14&type=bug Download better_layout.patch] ([http://dev.omnetpp.org/bugs/view.php?id=38 Better View bugreport 38])
     39  - Shorter real world messages: [http://dev.omnetpp.org/bugs/file_download.php?file_id=20&type=bug Download msgc_sizetype.patch] ([http://dev.omnetpp.org/bugs/view.php?id=101 View bugreport 101])
     40{{{
     41  cd ~/sim/omnetpp-4.0
     42  patch -p0 < /tmp/simtime_by_reference.patch
     43  (repeat for all patches)
     44}}} 
     45
     466. Compile OMNeT++ (no need to change the directoy on Windows):
    3747{{{
    3848  cd ~/sim/omnetpp-4.0
     
    4151}}}
    4252
    43 6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-OverSim-20090317.tgz INET-OverSim-20090317.tgz] and extract in next to your OMNeT++ installation:
     537. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-OverSim-20090317.tgz INET-OverSim-20090317.tgz] and extract in next to your OMNeT++ installation:
    4454{{{
    4555  cd ~/sim
     
    4757}}}
    4858
    49 7. Compile the INET framework:
     598. Compile the INET framework:
    5060{{{
    5161  cd ~/sim/INET-OverSim-20090317
     
    5363}}}
    5464
    55 8. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20090908.tgz OverSim-20090908.tgz] and extract in next to your OMNeT++ installation:
     659. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20090908.tgz OverSim-20090908.tgz] and extract in next to your OMNeT++ installation:
    5666{{{
    5767  cd ~/sim
     
    5969}}}
    6070
    61 9. Compile !OverSim:
     7110. Compile !OverSim:
    6272{{{
    6373  cd ~/sim/OverSim-20090908