Install manual for OMNeT++/ANSAINET on Windows
More info: https://nes.fit.vutbr.cz/ansa/pmwiki.php?n=Main.Discussion


1. Download OMNeT++ 4.2.1  ( http://www.omnetpp.org/omnetpp/doc_download/2242-omnet-421-win32-source--ide--mingw-zip )
2. Unzip OMNeT++ archive to C:\OMNETPP421
3. Run following commands:
		. setenv
		./configure
		make 
4.  Run OMNeT++ IDE - either run it directly from C:\OMNETPP421\bin\omnetpp.cmd or create shortcut
5.  Setup workspace and make it default - C:\OMNETPP421\samples
6.  Import INET into OMNeT++ via IDE:
        File->Import
        General->Existing Projects into workspace
        Select archive file and choose archive ANSAINET-421.zip
        Tick inet box in found Projects
        Next->Finish 
7.  Click on inet folder in Project Explorer, and with right mouse button click on Project, alternatively you can reach via Alt+Enter
		Chose tab C/C++ Build
        Chose subtab Behavior and untick (turn off) Stop on first build error 
8. Build the whole inet project, possibly you will have to do it multipletimes until all building prerequisities would be prepared and whole build could be completed 