diff options
Diffstat (limited to 'development/d-tools/README')
-rw-r--r-- | development/d-tools/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/development/d-tools/README b/development/d-tools/README index 4bab43bb34ea9..79c8ee33c1ae7 100644 --- a/development/d-tools/README +++ b/development/d-tools/README @@ -7,6 +7,7 @@ The following tools are included: * rdmd - D build tool. * dustmite - Test case minimization tool. * D-Scanner - Swiss-army knife for D source code. +* DCD - Auto-complete program. By default DMD is used to build all tools but you can build them with GDC as well. DMD is not required in this case. Specify $DC variable for that: |