doc/tutorial/source/getting-started.rst
changeset 7314 7162e24118ea
parent 7275 83f76a2f8449
child 7654 62ecccd96cad
equal deleted inserted replaced
7313:35a270109ac5 7314:7162e24118ea
    27 
    27 
    28 From this point forward, we are going to assume that the reader is working in
    28 From this point forward, we are going to assume that the reader is working in
    29 Linux or a Linux emulation environment (Linux, Cygwin, etc.) and has the GNU
    29 Linux or a Linux emulation environment (Linux, Cygwin, etc.) and has the GNU
    30 toolchain installed and verified along with the prerequisites mentioned 
    30 toolchain installed and verified along with the prerequisites mentioned 
    31 above.  We are also going to assume that you have Mercurial and Waf installed
    31 above.  We are also going to assume that you have Mercurial and Waf installed
    32 and running on the target system as described in the "Getting Started" section 
    32 and running on the target system.
    33 of the  |ns3| web site: 
       
    34 http://www.nsnam.org/getting_started.html.
       
    35 
    33 
    36 The |ns3| code is available in Mercurial repositories on the server
    34 The |ns3| code is available in Mercurial repositories on the server
    37 http://code.nsnam.org.  You can also download a tarball release at
    35 http://code.nsnam.org.  You can also download a tarball release at
    38 http://www.nsnam.org/releases/, or you can work with repositories
    36 http://www.nsnam.org/releases/, or you can work with repositories
    39 using Mercurial.  We recommend using Mercurial unless there's a good reason
    37 using Mercurial.  We recommend using Mercurial unless there's a good reason
   104 Since the release numbers are going to be changing, I will stick with 
   102 Since the release numbers are going to be changing, I will stick with 
   105 the more constant ns-3-dev here in the tutorial, but you can replace the 
   103 the more constant ns-3-dev here in the tutorial, but you can replace the 
   106 string "ns-3-dev" with your choice of release (e.g., ns-3.10) in the 
   104 string "ns-3-dev" with your choice of release (e.g., ns-3.10) in the 
   107 text below.  You can find the latest version  of the
   105 text below.  You can find the latest version  of the
   108 code either by inspection of the repository list or by going to the 
   106 code either by inspection of the repository list or by going to the 
   109 `"Getting Started"
   107 `"ns-3 Releases"
   110 <http://www.nsnam.org/getting_started.html>`_
   108 <http://www.nsnam.org/releases>`_
   111 web page and looking for the latest release identifier.
   109 web page and clicking on the latest release link.
   112 
   110 
   113 Go ahead and change into the ``ns-3-allinone`` directory you created when
   111 Go ahead and change into the ``ns-3-allinone`` directory you created when
   114 you cloned that repository.  We are now going to use the ``download.py`` 
   112 you cloned that repository.  We are now going to use the ``download.py`` 
   115 script to pull down the various pieces of |ns3| you will be using.
   113 script to pull down the various pieces of |ns3| you will be using.
   116 
   114