close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 15, 2006, 5:20:32 PM (18 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v12
|
v13
|
|
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 | 4 | |
5 | | 0. Requirements for OMNeT++ and !OverSim: |
| 5 | 1. Requirements for OMNeT++ and !OverSim: |
6 | 6 | * [http://tcl.sourceforge.net/ Tcl/Tk 8.4] |
7 | 7 | * [http://www.swox.com/gmp/ libgmp] |
… |
… |
|
14 | 14 | }}} |
15 | 15 | |
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] |
| 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 | | 2. 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 |
… |
… |
|
23 | 23 | }}} |
24 | 24 | |
25 | | 3. Add the following lines to your .bashrc or .profile: |
| 25 | 4. Add the following lines to your .bashrc or .profile: |
26 | 26 | {{{ |
27 | 27 | export PATH=$PATH:~/sim/omnetpp-3.3/bin:~/sim/INET-20061020-OverSim/bin |
… |
… |
|
29 | 29 | }}} |
30 | 30 | |
31 | | 4. Optionally edit omnetpp-3.3/configure.user and change CFLAGS for speed and profiling: |
| 31 | 5. Optionally edit omnetpp-3.3/configure.user and change CFLAGS for speed and profiling: |
32 | 32 | {{{ |
33 | 33 | CFLAGS='-O3 -DNDEBUG=1 -gstabs+3 -Wall' |
34 | 34 | }}} |
35 | 35 | |
36 | | 5. Compile OMNeT++: |
| 36 | 6. Compile OMNeT++: |
37 | 37 | {{{ |
38 | 38 | cd ~/sim/omnetpp-3.3 |
… |
… |
|
41 | 41 | }}} |
42 | 42 | |
43 | | 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: |
| 43 | 7. 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: |
44 | 44 | {{{ |
45 | 45 | cd ~/sim |
… |
… |
|
47 | 47 | }}} |
48 | 48 | |
49 | | 7. Edit INET-20061020-OverSim/inetconfig and change ROOT to your install of the INET framework: |
| 49 | 8. Edit INET-20061020-OverSim/inetconfig and change ROOT to your install of the INET framework: |
50 | 50 | {{{ |
51 | 51 | ROOT=$(HOME)/sim/INET-20061020-OverSim |
52 | 52 | }}} |
53 | 53 | |
54 | | 8. Compile the INET framework: |
| 54 | 9. Compile the INET framework: |
55 | 55 | {{{ |
56 | 56 | ./makemake |
… |
… |
|
58 | 58 | }}} |
59 | 59 | |
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: |
| 60 | 10. 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: |
61 | 61 | {{{ |
62 | 62 | cd ~/sim |
… |
… |
|
64 | 64 | }}} |
65 | 65 | |
66 | | 10. Compile OverSim: |
| 66 | 11. Compile OverSim: |
67 | 67 | {{{ |
68 | 68 | cd ~/sim/OverSim |