1 This is Delight, a programming language based on D. For details, see:
3 http://delight.sourceforge.net/
7 - gcc-4.1.2 contains a copy of GCC plus a modified version of GDC. These are provided
10 - dlt-lib contains the Delight standard library. This is released under the LGPL.
12 If you got this from a GIT checkout, you need to fetch the GDC and standard
13 library components separately, like this:
16 $ git submodule update
18 It's probably worth running 'git pull' in the dlt-lib and gcc-4.1.2/gcc/dlt
19 subdirectories after this to get the latest versions.
21 Run the autogen.sh script to run autoconf in various directories for you to create
22 the configure scripts.
27 To compile (only set CFLAGS=-m64 on x86_64 systems):
30 $ CFLAGS=-m64 ./configure --disable-multilib --disable-shared --prefix=/opt/dlt --enable-languages=c,dlt