diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 21:01:23 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:59 +0700 |
commit | 1378ee816ff2fb221a65cf095c23fe7670fd6140 (patch) | |
tree | 380ab42a7c72b1f62e3d76778a4cab20a6efe0f1 /development/d-tools | |
parent | 218c216dfbc4d495a2298f8acb81bba3bcddeeec (diff) |
development/d-tools: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/d-tools')
-rw-r--r-- | development/d-tools/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/development/d-tools/README b/development/d-tools/README index 79c8ee33c1ae..7d717f9900c6 100644 --- a/development/d-tools/README +++ b/development/d-tools/README @@ -1,4 +1,5 @@ -This package provides ancillary tools for the D programming language compiler. +This package provides ancillary tools for the D programming language +compiler. The following tools are included: @@ -9,6 +10,6 @@ The following tools are included: * 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: -DC=gdc ./d-tools.SlackBuild +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: DC=gdc ./d-tools.SlackBuild |