view README @ 278:93409d9838c5

Commit more browser/xpcom updates, including still uncoverted source.
author John Reimer<terminal.node@gmail.com>
date Thu, 31 Jul 2008 19:17:51 -0700
parents 5983f0f11896
children 5583b017ffd2
line wrap: on
line source


The DWT-Linux was tested successfully with this configurations:
OS            : Linux Ubuntu 7.10
Compiler      : DMD 1.028,1.031,1.033
Runtime       : Tango 0.99.6
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'.