view README @ 252:ba11f2eee658

Fix: GTK Assertion, posted about that in the swt-dev mailing list, waiting for confirmation.
author Frank Benoit <benoit@tionex.de>
date Sun, 08 Jun 2008 03:18:53 +0200
parents befa2f613fdd
children 5983f0f11896
line wrap: on
line source


The DWT-Linux was tested successfully with this configurations:
OS            : Linux Ubuntu 7.10
Compiler      : DMD 1.028
Runtime       : Tango 0.99.8
DSSS          : 0.75
Lib packages  : libgtk2.0-dev,
                libxtst-dev,
                libgnomeui-dev (needed for dwt.program.Program)
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'.