diff options
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 79c8ee33c1ae7..7d717f9900c6d 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 |