close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 15, 2006, 5:23:25 PM (18 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v13
|
v14
|
|
1 | 1 | = !OverSim Installation Instructions = |
2 | 2 | |
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]). |
| 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 | 4 | |
5 | 5 | 1. Requirements for OMNeT++ and !OverSim: |
… |
… |
|
8 | 8 | * optional simulation output postprocessing: [http://search.cpan.org/dist/Statistics-Descriptive/Descriptive.pm Perl::Descriptive] |
9 | 9 | |
10 | | If you have a debian-based distribution like Ubuntu you can install these packages |
| 10 | If you have a debian-based distribution like Ubuntu you can install these packages |
11 | 11 | with |
12 | | {{{ |
13 | | sudo apt-get install tk8.4-dev libgmp3-dev libstatistics-descriptive-perl |
14 | | }}} |
| 12 | {{{ |
| 13 | sudo apt-get install tk8.4-dev libgmp3-dev libstatistics-descriptive-perl |
| 14 | }}} |
15 | 15 | |
16 | 16 | 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] |
17 | 17 | |
18 | | 3. Create a new directory (in the following we assume you want to install OMNeT++ and OverSim to ~/sim/) and extract OMNeT++: |
| 18 | 3. Create a new directory (in the following we assume you want to install OMNeT++ and !OverSim to ~/sim/) and extract OMNeT++: |
19 | 19 | {{{ |
20 | 20 | mkdir ~/sim |
… |
… |
|
64 | 64 | }}} |
65 | 65 | |
66 | | 11. Compile OverSim: |
| 66 | 11. Compile !OverSim: |
67 | 67 | {{{ |
68 | 68 | cd ~/sim/OverSim |