comparison runtime/README @ 763:9a9f403ab399

D2 changes! Removed druntime from the repository again.. Sorry :/ Updated the druntime port a bit, now requires druntime from trunk. Added info in runtime/README on how to get druntime from trunk. Added patch to add LDC support to druntime. Removed some debug logging from D2 builds. Fixed broken typeinfo for const/invariant in D2.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 12 Nov 2008 07:22:05 +0100
parents 6aaa3d3c1183
children 85e2093edd73
comparison
equal deleted inserted replaced
762:d7aae6f09754 763:9a9f403ab399
1 FOR D1:
2 =======
1 1) Do a checkout of tango trunk in the ldc root dir (along dmd, gen, runtime etc). 3 1) Do a checkout of tango trunk in the ldc root dir (along dmd, gen, runtime etc).
2 4
3 * svn co http://svn.dsource.org/projects/tango/trunk ../tango 5 * svn co http://svn.dsource.org/projects/tango/trunk ../tango
4 6
5 2) Patch the runtime 7 2) Patch the runtime
7 * sh patch-tango.sh 9 * sh patch-tango.sh
8 10
9 3) Compile the runtime 11 3) Compile the runtime
10 12
11 * sh build.sh 13 * sh build.sh
14
15 FOR D2:
16 =======
17 Highly experimental!!!
18
19 1) Do a checkout of druntime trunk in the ldc root dir (along dmd, gen, runtime etc).
20
21 * svn co http://svn.dsource.org/projects/druntime/trunk ../druntime
22
23 2) Patch druntime
24
25 * sh patch-druntime.sh
26
27 3) Compile druntime
28
29 * cd ../druntime/src
30 * sh build-ldc.sh
31
32 Enjoy!