mirror of
https://github.com/dlang/tools.git
synced 2025-04-26 13:10:36 +03:00
Merge pull request #353 from wilzbach/dub-readme
Add DUB build explanation to the README
This commit is contained in:
commit
ed330bf87a
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -32,6 +32,24 @@ To report a problem or browse the list of open bugs, please visit the
|
|||
For a list and descriptions of D development tools, please visit the
|
||||
[D wiki](http://wiki.dlang.org/Development_tools).
|
||||
|
||||
Building
|
||||
--------
|
||||
|
||||
On a Posix system all tools can be built with:
|
||||
|
||||
```
|
||||
make -f posix.mak all
|
||||
```
|
||||
|
||||
Using DUB as a build tool
|
||||
-------------------------
|
||||
|
||||
Most tools can also be built with DUB:
|
||||
|
||||
```
|
||||
dub build :ddemangle
|
||||
```
|
||||
|
||||
Running DUB tools
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue