installer
installer copied to clipboard
dmd installers for various systems
This introduces the $DPATH environment variable to override the user's home directory just for D tools. This is also intended to be used by DUB (https://github.com/dlang/dub/pull/2281) when there is not...
Such as what occurs when you call `build_all` with a tag as the reference to build from.
I was trying to upgrade this repository to use Github CI instead of Travis, and ran into some issues on OSX, so figured it'd be a good time to upgrade.
Signed-off-by: Luís Ferreira --- I'm very unhappy with the state of this scripts. Most of the things fixed here prevent a lot of word splitting problems. I would suggest to...
Add the MANPATH environment variable to both the `activate` and `activate.fish` generated scripts in `install.sh`. Gives access to man pages for, e.g., dmd and dmd.conf.
- unifies scripting because now it can be assumed that `rdmd` exists and that `$RDMD` will point to it.
If we go with this, imho we should reopen https://github.com/dlang/installer/pull/274 (config file) and allow people to opt-out of this. There are certainly use cases in which always updating the installer...