ldc/runtime
kinke bc0af1193c Merge pull request #1707 from klickverbot/cmake-target
cmake: Avoid deprecated TARGET/LOCATION property
2016-08-18 21:31:02 +02:00
..
druntime@afff28f537 fix AppVeyor builds by adding support for double exception handling with UCRT lib 10.0.14393.0 2016-08-18 08:45:19 +02:00
phobos@fe82475369 Merge DDMD tag 2.071.2-b2 2016-08-01 22:17:42 +02:00
profile-rt Update profile-rt-40 2016-07-28 13:56:39 +02:00
CMakeLists.txt cmake: Avoid deprecated TARGET/LOCATION property 2016-08-16 02:49:31 +02:00
README Removed two (!) D1/Tango runtime build systems. 2011-12-04 20:21:56 +01:00

Building druntime/Phobos for D2
---

LDC currently needs custom forks of druntime and Phobos. They are integrated
with the main repository using Git submodules. To build them, make sure you
have up-to-date copies of the submodules in your local repository:

$ git submodule update -i

The libraries should then be built and installed automatically along with the
compiler itself. If, for some reason, you want to build them separately, the
targets are:

$ make runtime
$ make phobos2


Building Tango for D1
---

This directory used to contain scripts for building Tango for LDC/D1, which
became obsolete after LDC support was added to its build system, and were
consequently removed. Please use the official Tango build system (bob) from
now on.