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

From Nsnam
Jump to: navigation, search
(Requirements)
(Requirements)
Line 4: Line 4:
 
* Microsoft Windows 7 or Microsoft Windows XP
 
* 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]
+
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 if 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
 
Here is a [http://www.youtube.com/watch?v=61wqGmcqnHs youtube video] showing how to locate the MP option

Revision as of 14:31, 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 if 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