comparison runtime/README @ 768:85e2093edd73

Updated runtime README a bit. Messed up the druntime patch earlier :/
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 12 Nov 2008 06:26:45 +0100
parents 9a9f403ab399
children 2ddee23bd70e
comparison
equal deleted inserted replaced
767:eb1ce70ee01c 768:85e2093edd73
1 This should help get the runtime built.
1 FOR D1: 2 FOR D1:
2 ======= 3 =======
3 1) Do a checkout of tango trunk in the ldc root dir (along dmd, gen, runtime etc). 4 1) Do a checkout of tango trunk into the ldc root dir (along dmd, gen, runtime etc).
4 5
5 * svn co http://svn.dsource.org/projects/tango/trunk ../tango 6 * $ ls
7 * dmd dmd2 gen ir ...
8 * $ svn co http://svn.dsource.org/projects/tango/trunk tango
6 9
7 2) Patch the runtime 10 2) Patch the runtime
8 11
9 * sh patch-tango.sh 12 * cd runtime
13 * sh patch-tango.sh
10 14
11 3) Compile the runtime 15 3) Compile the runtime
12 16
13 * sh build.sh 17 * sh build.sh
14 18
15 FOR D2: 19 FOR D2:
16 ======= 20 =======
17 Highly experimental!!! 21 Highly experimental!!!
18 22
19 1) Do a checkout of druntime trunk in the ldc root dir (along dmd, gen, runtime etc). 23 1) Do a checkout of druntime trunk into the ldc root dir (along dmd, gen, runtime etc).
20 24
21 * svn co http://svn.dsource.org/projects/druntime/trunk ../druntime 25 * $ ls
26 * dmd dmd2 gen ir ...
27 * $ svn co http://svn.dsource.org/projects/druntime/trunk druntime
22 28
23 2) Patch druntime 29 2) Patch druntime
24 30
25 * sh patch-druntime.sh 31 * cd runtime
32 * sh patch-druntime.sh
26 33
27 3) Compile druntime 34 3) Compile druntime
28 35
29 * cd ../druntime/src 36 * cd ../druntime/src
30 * sh build-ldc.sh 37 * sh build-ldc.sh
31 38
39 =======
32 Enjoy! 40 Enjoy!