Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 4 and Version 5 of PortingGuide

Show
Ignore:
Author:
fawzi (IP: 141.20.202.93)
Timestamp:
08/26/09 09:37:27 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PortingGuide

    v4 v5  
    2525== Building == 
    2626 
    27 Once this is done you will probably want to build the runtime and tango, there is a script that does everything: build/build.sh but if your platform is not supported you are better off doing the single steps by hand: 
     27Once this is done you will probably want to build the runtime and tango, there is a script that does everything: 
     28{{{ 
     29cd build; 
     30./build.sh 
     31}}} 
     32use the --help flag to see all its flags. 
     33If your platform is not supported you are better off doing the single steps by hand: 
    2834{{{ 
    2935cd build/runtime;