--
You received this message because you are subscribed to the Google Groups "omnetpp" group.
To post to this group, send email to omn...@googlegroups.com.
To unsubscribe from this group, send email to omnetpp+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/omnetpp?hl=en.
Have you read the INSTALL file in the root of the INET project?
Omnet++ 4.0 installation for Windows :
Install Java JDK and make sure the JAVA_HOME is set and PATH points to \bin in the Java JDK
Download omnetpp-4.0-src-windows.zip
Extract to C:\ so that C:\omnetpp-4.0\ is the main directory
Run the mingwenv.cmd
./configure
make clean
make
Do not close the terminal yet
Run omnetpp to launch the GUI (Eclipse)
Check if the projects build and run
Installing INET framework for Omnet++ 4.0:
Download the INETMANET fork.
Extract the file to C:\omnetpp-4.0\ so that C:\omnetpp-4.0\inet is the main directory
In the omnetpp GUI (Eclipse): File->Import
Browse and select the the inet directory
Ensure that 'copy into workspace' is unchecked
Build the INET framework : Project->Build All
Check if the inet\examples build and run
To Install the JDK Software and Set JAVA_HOME on a Windows System
1. Install the JDK software.
a. Go to http://java.sun.com/javase/downloads/index.jsp.
b. Select the appropriate JDK software and click Download.
The JDK software is installed on your computer, for example, at C:\Program Files\Java\jdk1.6.0_02. You can move the JDK software to another location if desired.
2. To set JAVA_HOME:
a. Right click My Computer and select Properties.
b. On the Advanced tab, select Environment Variables, and then edit JAVA_HOME to point to where the JDK software is located, for example, C:\Program Files\Java\jdk1.6.0_02.
--
You received this message because you are subscribed to the Google Groups "omnetpp" group.
To post to this group, send email to omn...@googlegroups.com.
To unsubscribe from this group, send email to omnetpp+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/omnetpp?hl=en.