view README @ 364:2bcb17ebe0be default tip

fix: thx torhu
author Frank Benoit <benoit@tionex.de>
date Sun, 08 Nov 2009 20:57:46 +0100
parents a229cf799859
children
line wrap: on
line source


The DWT-Linux was tested successfully with this configurations:
OS            : Linux Ubuntu 7.10, OpenSuse 10.3, 
                andLinux Beta 1 (Ubuntu on coLinux)
Compiler      : DMD 1.028,1.031,1.033,1.035,1.037
Runtime       : Tango 0.99.7
DSSS          : 0.75
Lib packages  : libgtk2.0-dev,
                libxtst-dev,
                libgnomeui-dev (needed for dwt.program.Program),
                libxpcomglue (needed for dwt.browser.Browser)
OpenGl        : Derelict       (needed for dwt.opengl.GLCanvas)

DSSS
====
Note: DSSS has by default the feature active to compile one file a time.
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 about 30sec on my machine.

dsssinstall/etc/rebuild/dmd-posix-tango
Search for "oneatatime=yes" and change to 'no'.