Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Changes between Version 20 and Version 21 of LDC_MinGW

Show
Ignore:
Author:
mp4 (IP: 213.16.120.241)
Timestamp:
11/05/09 21:18:17 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LDC_MinGW

    v20 v21  
    8787''If you have selected to build LDC for D2 (which is in an even more experimental state than LDC on Windows is anyway) you will need [http://www.dsource.org/projects/druntime druntime] instead of Tango, so replace tango with druntime in the command above.'' 
    8888 
    89 To install Tango, first issue '''ln -s /mingw/bin/gcc.exe /mingw/bin/cc.exe''' from inside MSYS because the tango build script excepts to find a `cc` in the $PATH. Then, change to the `tango/build` directory and simply issue '''DC=ldc ./build.sh''' to build tango and install its core library. The script will output some instructions on how to install the second part of Tango, the user libraries, after it completes. 
     89To install Tango, first issue '''ln -s /mingw/bin/gcc.exe /mingw/bin/cc.exe''' from inside MSYS because the tango build script excepts to find a `cc` in the $PATH. Then, change to the `tango/build` directory and simply issue '''export DC=<path_to_ldc_exe>/ldc ./build.sh''' to build tango and install its core library. The script will output some instructions on how to install the second part of Tango, the user libraries, after it completes. 
    9090 
    9191== Test == 
Copyright © 2008, LDC Development Team.