digitalmars.D.learn - How to build dfmt?
https://github.com/Hackerpilot/dfmt After run build.bat nothing do not happens. How can I build it?
Jan 01 2016
On Friday, 1 January 2016 at 14:20:05 UTC, Suliman wrote:https://github.com/Hackerpilot/dfmt After run build.bat nothing do not happens. How can I build it?The easiest way to do it is to download and install dub - the package manager from https://code.dlang.org/ and then run dub fetch dfmt dub run dfmt This grammar from the dub documentation may be useful if you'd like to pass application arguments to dfmt dub [--version] [<command>] [<options...>] [-- [<application arguments...>]] For example: (This shows the help of dfmt) dub run dfmt -- --help
Jan 01 2016