close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Apr 4, 2007, 2:18:08 PM (18 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v21
|
v22
|
|
24 | 24 | 4. Add the following lines to your .bashrc or .profile: |
25 | 25 | {{{ |
26 | | export PATH=$PATH:~/sim/omnetpp-3.3/bin:~/sim/INET-20061020-OverSim/bin |
| 26 | export PATH=$PATH:~/sim/omnetpp-3.3/bin:~/sim/INET-20061020-OverSim-2/bin |
27 | 27 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/sim/omnetpp-3.3/lib |
28 | 28 | }}} |
… |
… |
|
40 | 40 | }}} |
41 | 41 | |
42 | | 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: |
| 42 | 7. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim-2.tgz INET-20061020-OverSim-2.tgz] and extract in next to your OMNeT++ installation: |
43 | 43 | {{{ |
44 | 44 | cd ~/sim |
45 | | tar xzf /tmp/INET-20061020-OverSim.tgz |
| 45 | tar xzf /tmp/INET-20061020-OverSim-2.tgz |
46 | 46 | }}} |
47 | 47 | |
48 | | 8. Edit INET-20061020-OverSim/inetconfig and change ROOT to your install of the INET framework: |
| 48 | 8. Edit INET-20061020-OverSim-2/inetconfig and change ROOT to your install of the INET framework: |
49 | 49 | {{{ |
50 | | ROOT=$(HOME)/sim/INET-20061020-OverSim |
| 50 | ROOT=$(HOME)/sim/INET-20061020-OverSim-2 |
51 | 51 | }}} |
52 | 52 | |
… |
… |
|
57 | 57 | }}} |
58 | 58 | |
59 | | 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: |
| 59 | 10. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20070404.tgz OverSim-20070404.tgz] and extract in next to your OMNeT++ installation: |
60 | 60 | {{{ |
61 | 61 | cd ~/sim |
62 | | tar xzf /tmp/OverSim-20061215.tgz |
| 62 | tar xzf /tmp/OverSim-20070404.tgz |
63 | 63 | }}} |
64 | 64 | |
65 | 65 | 11. Compile !OverSim: |
66 | 66 | {{{ |
67 | | cd ~/sim/OverSim-20061215 |
| 67 | cd ~/sim/OverSim-20070404 |
68 | 68 | ./makemake |
69 | 69 | make |