changeset 193:cf2672c3e4fb

Update to new Tango and lib dependencies
author Frank Benoit <benoit@tionex.de>
date Tue, 04 Mar 2008 20:02:45 +0100
parents 32e2151a0508
children b6bee07cfc0b ed84552892d2
files README
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README	Tue Mar 04 19:33:11 2008 +0100
+++ b/README	Tue Mar 04 20:02:45 2008 +0100
@@ -1,15 +1,17 @@
 
 The DWT-Linux was tested successfully with this configurations:
 OS            : Linux Ubuntu 7.10
-Compiler      : DMD 1.025 .. 1.027
-Runtime       : Tango SVN trunk rev. 3145 .. 3321
+Compiler      : DMD 1.027
+Runtime       : Tango 0.99.5
 DSSS          : 0.75
-Libs packages : libgtk2.0-dev, libxtst-dev
+Libs packages : libgtk2.0-dev, libxtst-dev, libgnomeui-dev [1]
+
+[1] only for the module dwt.program.Program needed
 
 Note: DSSS has by default the feature active to compile one file a time.
-For DWT this make compilation _very_ slow (> 10 min).
+For DWT this make compilation _very_ slow (> 30 min).
 By switching this off, and make it compile several files at once, the
-compile time decreases to <15sec on my machine.
+compile time decreases to about 30sec on my machine.
 
 dsssinstall/etc/rebuild/dmd-posix-tango
 Search for "oneatatime=yes" and change to 'no'.