diff 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
line wrap: on
line diff
--- 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
 ================