close Warning: BrowserModule failed with ConfigurationError: Look in the Trac log for more information.

Changes between Version 43 and Version 44 of OverSimInstall


Ignore:
Timestamp:
Mar 23, 2009, 9:22:01 AM (15 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v43 v44  
    7575  * Repeat the same steps for the !OverSim project
    7676  * 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