comparison README @ 827:84f562d75053

Updated README and AUTHORS files.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 07 Jun 2008 14:51:56 +0200
parents bcb74c9b895c
children 5b4d28d229e2
comparison
equal deleted inserted replaced
826:d659f7aa055c 827:84f562d75053
9 This software is a compiler written in D for the D programming language. 9 This software is a compiler written in D for the D programming language.
10 10
11 How To Compile dil 11 How To Compile dil
12 ================== 12 ==================
13 In order to compile dil you need to have: 13 In order to compile dil you need to have:
14 *) DMD 1.028 (http://www.digitalmars.com/d/1.0/changelog.html) 14 *) DMD 1.030 (http://www.digitalmars.com/d/1.0/changelog.html)
15 *) Tango 0.99.5 (http://dsource.org/projects/tango/) 15 *) Tango 0.99.5 (http://dsource.org/projects/tango/)
16 *) DSSS 0.71 (http://dsource.org/projects/dsss/) 16 *) DSSS 0.75 (http://dsource.org/projects/dsss/)
17 17
18 If you can't compile dil because you have a newer version of these programs 18 If you can't compile dil because you have a newer version of these programs
19 then please report the problem to me (see Bugs section.) 19 then please report the problem to me (see Bugs section.)
20 20
21 Regarding DSSS 0.75:
22 On Posix systems a correction in dsss/etc/rebuild/dmd-posix-tango is
23 required. In the [link] section, remove "-L-lphobos" from the cmd option
24 in order to avoid symbol conflicts.
25
21 Before you run dil, make sure that the executable can find config.d and 26 Before you run dil, make sure that the executable can find config.d and
22 lang_en.d (which are located in trunk/src/.) 27 lang_en.d (which are located in trunk/src/.)
23 The language can be configured in config.d. 28 The language of the compiler messages can be configured in config.d.
29 (Please, note that many messages are still untranslated.)
24 30
25 Bugs And Patches 31 Bugs And Patches
26 ================ 32 ================
27 "errare humanum est, ignoscere divinum" - to err is human, to forgive divine. 33 "errare humanum est, ignoscere divinum" - to err is human, to forgive divine.
28 - Cicero 34 - Cicero