Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 19 and Version 20 of GettingStarted

Show
Ignore:
Author:
zzzzrrr (IP: 98.218.6.102)
Timestamp:
10/31/09 22:25:37 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted

    v19 v20  
    33First, it's recommended you start with the the Tango variant of the [http://www.dsource.org/projects/tango/wiki/DmdDownloads dmd] compiler.  Linux users may also want to consider the new [http://www.dsource.org/projects/ldc ldc] compiler. [http://www.digitalmars.com/d/download.html Phobos] fans can still use Blaze, although you will not be able to compile the testbed examples because of Tango dependencies. 
    44 
    5 Make sure you remember to add '''<install location>/dmd/bin''' to your system path. 
    6  
    75= Step 2: Install a build tool = 
    86 
    97There are a number of options available, including Jake, DSSS, or xfBuild. See these distributions for details. 
    10  
    11 Again, if you choose to use `rebuild`, make sure you add '''<install location>/dsss/bin''' to your system path. 
    128 
    139= Step 3: Install Blaze =