Difference between revisions of "HOWTO use ns-3 on Windows with Visual Studio 2010"

From Nsnam
Jump to: navigation, search
(Created page with ''''Installation & Usage for NS3 on Windows''' = Requirements = = Download = = First Build = = Adding your code = = Debugging =')
 
(Requirements)
Line 1: Line 1:
 
'''Installation & Usage for NS3 on Windows'''
 
'''Installation & Usage for NS3 on Windows'''
 
= Requirements =
 
= Requirements =
 +
* Microsoft Visual Studio 2010
 +
* Microsoft Windows 7 or Microsoft Windows XP
 +
 +
Note: By default the /MP compiler option is set to 30 reduce build time. However, this setting can significantly impact the performance of your system is processor and memory resources are limited. Please remove this option or reduce the number from 30 , based on your system's capabilities. For more on the MP option visit this [http://msdn.microsoft.com/en-us/library/bb385193.aspx link]
 +
 +
Here is a [http://www.youtube.com/watch?v=61wqGmcqnHs youtube video] showing how to locate the MP option
 +
 
= Download =
 
= Download =
 
= First Build =
 
= First Build =
 
= Adding your code =
 
= Adding your code =
 
= Debugging =
 
= Debugging =

Revision as of 14:30, 12 March 2011

Installation & Usage for NS3 on Windows

Requirements

  • Microsoft Visual Studio 2010
  • Microsoft Windows 7 or Microsoft Windows XP

Note: By default the /MP compiler option is set to 30 reduce build time. However, this setting can significantly impact the performance of your system is processor and memory resources are limited. Please remove this option or reduce the number from 30 , based on your system's capabilities. For more on the MP option visit this link

Here is a youtube video showing how to locate the MP option

Download

First Build

Adding your code

Debugging