development/d-tools: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
218c216dfb
commit
1378ee816f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue