# HG changeset patch # User Aziz K?ksal # Date 1212843116 -7200 # Node ID 84f562d7505319318bd03879bc8416fb0abe5817 # Parent d659f7aa055c77b6d1056b3ab327f09ecf3618af Updated README and AUTHORS files. diff -r d659f7aa055c -r 84f562d75053 AUTHORS --- a/AUTHORS Sat Jun 07 14:05:28 2008 +0200 +++ b/AUTHORS Sat Jun 07 14:51:56 2008 +0200 @@ -1,12 +1,14 @@ Founder: Aziz Köksal - "All rights to the code I've written will pass over to Jari-Matti Mäkelä, - in case I catch the bus or the bus catches me. - My death will probably not be made known anywhere on the internet, + Testament: + "In the event of my death I wish that all the rights to the source code + I have written shall pass over to the public domain. + My death will most probably not be announced anywhere on the internet, therefore my testament will become effective if I don't - show any signs of life for 6 months on the internet. + show any signs of life for 6 months on the internet (i.e. + commits to the repository, e-Mails, IRC etc.) Within this time limit I may always revoke or edit this testament, - by committing to the hg repository at http://hg.sharesource.org/dil/ + by committing to the hg repository at http://hg.sharesource.org/dil/. Only the latest revision of this file is to be considered valid." - Aziz Köksal Contributors: diff -r d659f7aa055c -r 84f562d75053 README --- a/README Sat Jun 07 14:05:28 2008 +0200 +++ b/README Sat Jun 07 14:51:56 2008 +0200 @@ -11,16 +11,22 @@ How To Compile dil ================== In order to compile dil you need to have: - *) DMD 1.028 (http://www.digitalmars.com/d/1.0/changelog.html) + *) DMD 1.030 (http://www.digitalmars.com/d/1.0/changelog.html) *) Tango 0.99.5 (http://dsource.org/projects/tango/) - *) DSSS 0.71 (http://dsource.org/projects/dsss/) + *) DSSS 0.75 (http://dsource.org/projects/dsss/) If you can't compile dil because you have a newer version of these programs then please report the problem to me (see Bugs section.) +Regarding DSSS 0.75: +On Posix systems a correction in dsss/etc/rebuild/dmd-posix-tango is +required. In the [link] section, remove "-L-lphobos" from the cmd option +in order to avoid symbol conflicts. + Before you run dil, make sure that the executable can find config.d and lang_en.d (which are located in trunk/src/.) -The language can be configured in config.d. +The language of the compiler messages can be configured in config.d. +(Please, note that many messages are still untranslated.) Bugs And Patches ================