view README @ 355:fe52206e0ece

Readme update
author John Reimer <terminal.node@gmail.com>
date Sun, 14 Dec 2008 02:31:38 -0500
parents 5583b017ffd2
children a229cf799859
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.038
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'.