add reference to wiki page

Tom Henderson 2008-09-11 08:45:00 -07:00
parent e054045b37
commit c46f02e9c8
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,10 @@
The Waf build system is used to build ns-3. Waf is a Python-based The Waf build system is used to build ns-3. Waf is a Python-based
build system (http://www.freehackers.org/~tnagy/waf.html) build system (http://www.freehackers.org/~tnagy/waf.html)
Note: We've added a wiki page with more complete build instructions
than the quick ones you find below:
http://www.nsnam.org/wiki/index.php/Installation
=== Installing Waf === === Installing Waf ===
The top-level ns-3 directory should contain a current waf script. The top-level ns-3 directory should contain a current waf script.
@ -63,7 +67,6 @@ with --enable-gcov)
It includes all files in the source directory, except some particular It includes all files in the source directory, except some particular
extensions that are blacklisted, such as back files (ending in ~). extensions that are blacklisted, such as back files (ending in ~).
=== Extending ns-3 === === Extending ns-3 ===
To add new modules: To add new modules: