|
Revision 357:a229cf799859, 0.9 kB
(checked in by John Reimer <terminal.node@gmail.com>, 3 years ago)
|
doc fix
|
| Line | |
|---|
| 1 |
The DWT-Linux was tested successfully with this configurations: |
|---|
| 2 |
OS : Linux Ubuntu 7.10, OpenSuse 10.3, |
|---|
| 3 |
andLinux Beta 1 (Ubuntu on coLinux) |
|---|
| 4 |
Compiler : DMD 1.028,1.031,1.033,1.035,1.037 |
|---|
| 5 |
Runtime : Tango 0.99.7 |
|---|
| 6 |
DSSS : 0.75 |
|---|
| 7 |
Lib packages : libgtk2.0-dev, |
|---|
| 8 |
libxtst-dev, |
|---|
| 9 |
libgnomeui-dev (needed for dwt.program.Program), |
|---|
| 10 |
libxpcomglue (needed for dwt.browser.Browser) |
|---|
| 11 |
OpenGl : Derelict (needed for dwt.opengl.GLCanvas) |
|---|
| 12 |
|
|---|
| 13 |
DSSS |
|---|
| 14 |
==== |
|---|
| 15 |
Note: DSSS has by default the feature active to compile one file a time. |
|---|
| 16 |
For DWT this make compilation _very_ slow (> 30 min). |
|---|
| 17 |
By switching this off, and make it compile several files at once, the |
|---|
| 18 |
compile time decreases to about 30sec on my machine. |
|---|
| 19 |
|
|---|
| 20 |
dsssinstall/etc/rebuild/dmd-posix-tango |
|---|
| 21 |
Search for "oneatatime=yes" and change to 'no'. |
|---|