ldc/runtime
2019-09-08 09:16:05 +03:00
..
druntime@928f36c6bc Merge v2.088.0 2019-09-03 21:27:37 +02:00
jit-rt Make LDC custom passes available to jit, add API for jit compiler options (#2758) 2019-09-08 09:16:05 +03:00
phobos@2dae4991fe Phobos: Merge upstream stable for Win32 unittest fix 2019-08-27 20:34:53 +02:00
CMakeLists.txt [OSX] druntime: Adapt to removed rt/osx_tls.c / add macOS 10.15 support 2019-07-25 23:36:41 +02:00
ldc-build-runtime.d.in Upgrade frontend & libs to v2.083.0-beta.1 2018-10-20 16:19:46 +02:00
PresetRuntimeConfiguration.cmake Add Android/x64 support (#2874) 2018-10-13 13:21:44 +02:00
README
StandaloneDRuntimeTests.cmake Disable druntime test 'gc' for shared-only druntime 2019-03-01 18:19:00 +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.