close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Sep 22, 2008, 10:00:22 AM (16 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v30
|
v31
|
|
13 | 13 | }}} |
14 | 14 | |
15 | | 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] |
| 15 | 2. Download [http://www.omnetpp.org/filemgmt/visit.php?lid=125 OMNeT++ 3.4b2] from http://www.omnetpp.org/ after reading the [http://www.omnetpp.org/external/license.php License] |
16 | 16 | |
17 | 17 | 3. Create a new directory (in the following we assume you want to install OMNeT++ and !OverSim to ~/sim/) and extract OMNeT++: |
… |
… |
|
19 | 19 | mkdir ~/sim |
20 | 20 | cd ~/sim |
21 | | tar xzf /tmp/omnetpp-3.3-src.tgz |
| 21 | tar xzf /tmp/omnetpp-3.4b2-src.tgz |
22 | 22 | }}} |
23 | 23 | |
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-3/bin |
27 | | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/sim/omnetpp-3.3/lib |
| 26 | export PATH=$PATH:~/sim/omnetpp-3.4b2/bin:~/sim/INET-20061020-OverSim-3/bin |
| 27 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/sim/omnetpp-3.4b2/lib |
28 | 28 | }}} |
29 | 29 | |
… |
… |
|
35 | 35 | 6. Compile OMNeT++. If your gcc is older than 4.x please read [http://www.omnetpp.org/pmwiki/index.php?n=Main.INETLinkerErrorIPv6ExtensionHeader this page]! |
36 | 36 | {{{ |
37 | | cd ~/sim/omnetpp-3.3 |
| 37 | cd ~/sim/omnetpp-3.4b2 |
38 | 38 | ./configure |
39 | 39 | make |