view README @ 357:a229cf799859

doc fix
author John Reimer <terminal.node@gmail.com>
date Sun, 04 Jan 2009 02:50:29 -0500
parents fe52206e0ece
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'.