On Tuesday, 16 May 2017 at 14:51:29 UTC, Benro wrote:
Then found out it requires Dub, DCD, Dscanner, DFmt ..
And here the "work" begins. It already requires GIT to be
installed on the host system.
Then it require knowledge how to clone the projects and
building them. Several of the projects have out of date
information.
DCD required:
"dub build --build=release --config=client --force"
"dub build --build=release --config=server --force"
Forced was needed or compilation failed on different versions
on 3th party packages.
Dfmt required:
"git submodule update --init --recursive" and then build.bat
Dscanner:
Needed dub to build. Its build.bat was out of date and gave
errors.
If you have problems with Hackerpilot's programs don't forget to
report an issue.
His tools are now maintained by an organization people
(https://github.com/dlang-community) and fix are merged fast.
For example the build.bat fix could have been made and merged in
10 min. if you would have took the time to report it!