close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Mar 23, 2009, 10:04:37 AM (16 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v45
|
v46
|
|
76 | 76 | * The build process should start automatically - if not, hit ''Ctrl->B'' |
77 | 77 | |
78 | | == How to built !OverSim for a simulation machine without X11 == |
| 78 | == How to build !OverSim for a simulation machine without X11 == |
79 | 79 | |
80 | | * You don't have to install Tcl/Tk if you only need ''Cmdenv''. Add the following option to ''omnetpp-4.0/configure.user'': |
| 80 | * You don't have to install Tcl/Tk, if you only need ''Cmdenv''. Add the following option to ''omnetpp-4.0/configure.user'': |
81 | 81 | {{{ |
82 | 82 | NO_TCL=true |
… |
… |
|
91 | 91 | |
92 | 92 | * Read the [http://omnetpp.org/doc/omnetpp40/migration/migration.html official OMNeT++ 4.0 migration guide]! |
93 | | * Try to use the OMNeT++ migration tools migratened, migrateini, migratemsg and migratecpp |
94 | | * Pay special attention to the changed NED and INI syntax - !OverSim now uses NED inheritance (e.g. for BaseOverlay) |
| 93 | * Try to use the OMNeT++ migration tools migratened, migrateini, migratemsg and migratecpp. |
| 94 | * Pay special attention to the changed NED and INI syntax - !OverSim now uses NED inheritance (e.g. for BaseOverlay). |
| 95 | * Some ini file parameters now have units like seconds or bytes. |
95 | 96 | |