Changeset 193:cf2672c3e4fb
- Timestamp:
- 03/04/08 14:02:45
(6 months ago)
- Author:
- Frank Benoit <benoit@tionex.de>
- Children:
194:b6bee07cfc0b 196:ed84552892d2
- branch:
- default
- Message:
Update to new Tango and lib dependencies
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r185 |
r193 |
|
| 2 | 2 | The DWT-Linux was tested successfully with this configurations: |
|---|
| 3 | 3 | OS : Linux Ubuntu 7.10 |
|---|
| 4 | | Compiler : DMD 1.025 .. 1.027 |
|---|
| 5 | | Runtime : Tango SVN trunk rev. 3145 .. 3321 |
|---|
| | 4 | Compiler : DMD 1.027 |
|---|
| | 5 | Runtime : Tango 0.99.5 |
|---|
| 6 | 6 | DSSS : 0.75 |
|---|
| 7 | | Libs packages : libgtk2.0-dev, libxtst-dev |
|---|
| | 7 | Libs packages : libgtk2.0-dev, libxtst-dev, libgnomeui-dev [1] |
|---|
| | 8 | |
|---|
| | 9 | [1] only for the module dwt.program.Program needed |
|---|
| 8 | 10 | |
|---|
| 9 | 11 | Note: DSSS has by default the feature active to compile one file a time. |
|---|
| 10 | | For DWT this make compilation _very_ slow (> 10 min). |
|---|
| | 12 | For DWT this make compilation _very_ slow (> 30 min). |
|---|
| 11 | 13 | By switching this off, and make it compile several files at once, the |
|---|
| 12 | | compile time decreases to <15sec on my machine. |
|---|
| | 14 | compile time decreases to about 30sec on my machine. |
|---|
| 13 | 15 | |
|---|
| 14 | 16 | dsssinstall/etc/rebuild/dmd-posix-tango |
|---|