close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 15, 2006, 5:18:27 PM (18 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
2 | 2 | |
3 | 3 | These instructions show you how to install OverSim for Linux. Compiling and running OverSim for Windows is currently not supported (If you want to compile OverSim for windows, you should take a look at the [http://www.omnetpp.org/pmwiki/index.php?n=Main.OmnetppInstallation OMNeT++ install instructions for Windows]). |
| 4 | |
| 5 | Requirements for OMNeT++ and !OverSim: |
| 6 | * [http://tcl.sourceforge.net/ Tcl/Tk 8.4] |
| 7 | * [http://www.swox.com/gmp/ libgmp] |
| 8 | * optional simulation output postprocessing: [http://search.cpan.org/dist/Statistics-Descriptive/Descriptive.pm Perl::Descriptive] |
| 9 | |
| 10 | If you have a debian-based distribution like Ubuntu you can install these packages |
| 11 | with |
| 12 | {{{ |
| 13 | sudo apt-get install tk8.4-dev libgmp3-dev libstatistics-descriptive-perl |
| 14 | }}} |
4 | 15 | |
5 | 16 | 1. 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] |
… |
… |
|
47 | 58 | }}} |
48 | 59 | |
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: |
| 60 | 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 | 61 | {{{ |
51 | 62 | cd ~/sim |