close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 15, 2006, 4:52:22 PM (18 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
8 | 8 | and OverSim to ~/sim/) and extract OMNeT++: |
9 | 9 | {{{ |
10 | | mkdir ~/sim |
11 | | cd ~/sim |
12 | | tar xzf /tmp/omnetpp-3.3-src.tgz |
| 10 | mkdir ~/sim |
| 11 | cd ~/sim |
| 12 | tar xzf /tmp/omnetpp-3.3-src.tgz |
13 | 13 | }}} |
14 | 14 | |
15 | | 3. Add the following lines to your .bashrc or .profile |
| 15 | 3. Add the following lines to your .bashrc or .profile: |
16 | 16 | {{{ |
17 | | export PATH=$PATH:~/sim/omnetpp-3.3/bin |
18 | | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/sim/omnetpp-3.3/lib |
| 17 | export PATH=$PATH:~/sim/omnetpp-3.3/bin |
| 18 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/sim/omnetpp-3.3/lib |
19 | 19 | }}} |
20 | 20 | |
21 | 21 | 4. Edit ~/sim/omnetpp-3.3/configure.user and change CFLAGS for speed and profiling: |
22 | 22 | {{{ |
23 | | CFLAGS='-O3 -DNDEBUG=1 -gstabs+3 -Wall' |
| 23 | CFLAGS='-O3 -DNDEBUG=1 -gstabs+3 -Wall' |
24 | 24 | }}} |
25 | 25 | |
26 | | 5. Compile OMNeT++ |
| 26 | 5. Compile OMNeT++: |
27 | 27 | {{{ |
28 | | cd ~/sim/omnetpp-3.3 |
29 | | ./configure |
30 | | make |
| 28 | cd ~/sim/omnetpp-3.3 |
| 29 | ./configure |
| 30 | make |
31 | 31 | }}} |
32 | 32 | |
33 | | 6. |
| 33 | 6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim.tgz] from OverSimDownload and extract in next to your OMNeT++ installation: |
| 34 | {{{ |
| 35 | cd ~/sim |
| 36 | tar xzf /tmp/ |
| 37 | |
| 38 | |
34 | 39 | |
35 | 40 | |