close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Mar 23, 2009, 9:22:01 AM (16 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v43
|
v44
|
|
75 | 75 | * Repeat the same steps for the !OverSim project |
76 | 76 | * The build process should start automatically - if not, hit ''Ctrl->B'' |
| 77 | |
| 78 | == How to built !OverSim for a simulation machine without X11 == |
| 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'': |
| 81 | {{{ |
| 82 | NO_TCL=true |
| 83 | }}} |
| 84 | * Increase compiler optimization by adding the following to ''omnetpp-4.0/configure.user'': |
| 85 | {{{ |
| 86 | CFLAGS_RELEASE='-O3 -DNDEBUG=1' |
| 87 | }}} |
| 88 | * Use "make MODE=release" to compile INET and OverSim for optimized binaries without debug information. |
| 89 | |
| 90 | |