diff options
author | Eugen Wissner <belka@caraus.de> | 2019-05-27 09:36:21 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-30 08:20:07 +0700 |
commit | 13dc7e800c7ac8aa64c6a54b59e9b0c8fa893d63 (patch) | |
tree | 5d14ef26f00f26801311cc23776fe219d67adee6 /development/d-tools/README | |
parent | 48d1a4aefdfacba7afcccba99cdf1b6e7539b7ec (diff) |
development/d-tools: Updated for version 2.086.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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: |