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

Changes between Version 11 and Version 12 of BuildInstructions/Windows

Show
Ignore:
Author:
korDen (IP: 77.232.63.50)
Timestamp:
10/29/10 23:56:06 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions/Windows

    v11 v12  
    2020 * If you have GNU wget installed (On Linux, you probably do. On Windows, probably not), then run this from the main DDMD directory (for Linux, use `./build.sh` instead of `build`): 
    2121`# build --setup --download` 
    22  * If you don't have GNU wget installed, download http://ftp.digitalmars.com/dmd.2.039.zip to the main DDMD directory, and then run: 
     22 * If you don't have GNU wget installed, download http://ftp.digitalmars.com/dmd.2.040.zip to the main DDMD directory, and then run: 
    2323`# build --setup` 
    2424 
    3232 * Checkout ddmd sources: 
    3333`# hg clone http://hg.dsource.org/projects/ddmd/` 
    34  * Copy dmdpatch.patch from the main ddmd directory to the main dmd 2.039 directory. 
    35  * Patch dmd 2.040's sources by running the following command from the main dmd 2.039 directory: 
     34 * Copy dmdpatch.patch from the main ddmd directory to the main dmd 2.040 directory. 
     35 * Patch dmd 2.040's sources by running the following command from the main dmd 2.040 directory: 
    3636`# patch -p1 --binary < dmdpatch.patch` 
    3737 * Go to dmd 2.040's 'src\dmd' directory.