# HG changeset patch # User Frank Benoit # Date 1204657365 -3600 # Node ID cf2672c3e4fb0bda1ae0bf70d2e71d9b1bae0417 # Parent 32e2151a0508bfd49ed10c1f1d18df4769b75c10 Update to new Tango and lib dependencies diff -r 32e2151a0508 -r cf2672c3e4fb README --- 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'.