|
Revision 282:5583b017ffd2, 0.7 kB
(checked in by Frank Benoit <benoit@tionex.de>, 2 months ago)
|
README to tango 0.99.7
|
| Line | |
|---|
| 1 |
The DWT-Linux was tested successfully with this configurations: |
|---|
| 2 |
OS : Linux Ubuntu 7.10 |
|---|
| 3 |
Compiler : DMD 1.028,1.031,1.033 |
|---|
| 4 |
Runtime : Tango 0.99.7 |
|---|
| 5 |
DSSS : 0.75 |
|---|
| 6 |
Lib packages : libgtk2.0-dev, |
|---|
| 7 |
libxtst-dev, |
|---|
| 8 |
libgnomeui-dev (needed for dwt.program.Program) |
|---|
| 9 |
OpenGl : Derelict (needed for dwt.opengl.GLCanvas) |
|---|
| 10 |
|
|---|
| 11 |
DSSS |
|---|
| 12 |
==== |
|---|
| 13 |
Note: DSSS has by default the feature active to compile one file a time. |
|---|
| 14 |
For DWT this make compilation _very_ slow (> 30 min). |
|---|
| 15 |
By switching this off, and make it compile several files at once, the |
|---|
| 16 |
compile time decreases to about 30sec on my machine. |
|---|
| 17 |
|
|---|
| 18 |
dsssinstall/etc/rebuild/dmd-posix-tango |
|---|
| 19 |
Search for "oneatatime=yes" and change to 'no'. |
|---|