ldc/runtime
2018-10-15 22:31:59 +02:00
..
druntime@aa5c90eb86 Raise min LLVM version to 3.9 (#2872) 2018-10-15 22:31:59 +02:00
jit-rt Try to improve documentation 2018-09-06 21:22:11 +03:00
phobos@1c8a152e96 Phobos: Fix typo in std.math.tan() coeffs for quadruple precision (#2862) 2018-09-29 17:24:48 +02:00
CMakeLists.txt Merge branch 'master' into merge-2.082 2018-08-20 21:11:58 +02:00
ldc-build-runtime.d.in ldc-build-runtime: Add --resetOnly command. Catch getopt exceptions. (#2408) 2017-11-14 01:16:11 +01:00
PresetRuntimeConfiguration.cmake Add Android/x64 support (#2874) 2018-10-13 13:21:44 +02:00
README Removed two (!) D1/Tango runtime build systems. 2011-12-04 20:21:56 +01:00
StandaloneDRuntimeTests.cmake - Add GNU_MAKE Variable to make system (#2691) 2018-05-10 21:19:19 +02: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.