Difference between revisions of "Ns-3 on Visual Studio 2012"

From Nsnam
Jump to: navigation, search
m
m
Line 6: Line 6:
  
 
== How to build ==  
 
== How to build ==  
 +
Open the solution file "ns-3-win2/windows/ns-3-dev/ns-3-dev.sln" using Visual Studio 2012.
 +
After all the projects are loaded do the following:
 +
1. From the menu click "Build" --> "Build Solution"
 +
 +
 
== Running the main program ==
 
== Running the main program ==
 
== Heading text ==  
 
== Heading text ==  

Revision as of 00:08, 20 September 2013

How to download

The ns-3 package is available for download using mercurial using the command below

hg clone http://code.nsnam.org/jabraham3/ns-3-win2

How to build

Open the solution file "ns-3-win2/windows/ns-3-dev/ns-3-dev.sln" using Visual Studio 2012. After all the projects are loaded do the following: 1. From the menu click "Build" --> "Build Solution"


Running the main program

Heading text

Changing the main program

Adding a new module

Design of the solution