view runtime/README @ 670:4f004553de33

Fixed dynamic array -> boolean. does (arr.ptr !is null) now instead of (arr.length != 0)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 08 Oct 2008 22:38:52 +0200
parents 6aaa3d3c1183
children 9a9f403ab399
line wrap: on
line source

1) Do a checkout of tango trunk in the ldc root dir (along dmd, gen, runtime etc).

    *    svn co http://svn.dsource.org/projects/tango/trunk ../tango

2) Patch the runtime

    *    sh patch-tango.sh

3) Compile the runtime

    *    sh build.sh