close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 15, 2006, 5:05:22 PM (18 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
14 | 14 | 3. Add the following lines to your .bashrc or .profile: |
15 | 15 | {{{ |
16 | | export PATH=$PATH:~/sim/omnetpp-3.3/bin |
| 16 | export PATH=$PATH:~/sim/omnetpp-3.3/bin:~/sim/INET-20061020-OverSim/bin |
17 | 17 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/sim/omnetpp-3.3/lib |
18 | 18 | }}} |
… |
… |
|
30 | 30 | }}} |
31 | 31 | |
32 | | 6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim.tgz INET-20061020-OverSim.tgz] from OverSimDownload and extract in next to your OMNeT++ installation: |
| 32 | 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: |
33 | 33 | {{{ |
34 | 34 | cd ~/sim |
… |
… |
|
36 | 36 | }}} |
37 | 37 | |
38 | | 7. |
| 38 | 7. Edit INET-20061020-OverSim/inetconfig and change ROOT to your install of the INET framework: |
| 39 | {{{ |
| 40 | ROOT=$(HOME)/sim/INET-20061020-OverSim |
| 41 | }}} |
39 | 42 | |
| 43 | 8. Compile the INET framework: |
| 44 | {{{ |
| 45 | ./makemake |
| 46 | make |
| 47 | }}} |
40 | 48 | |
| 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: |
| 50 | {{{ |
| 51 | cd ~/sim |
| 52 | tar xzf /tmp/OverSim-20061215.tgz |
| 53 | }}} |
| 54 | |
| 55 | 10. Compile OverSim: |
| 56 | {{{ |
| 57 | cd ~/sim/OverSim |
| 58 | ./makemake |
| 59 | make |
| 60 | }}} |
| 61 | |
| 62 | Congratulations - now you should have a working !OverSim installation! |