We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was surprised to not having to install dub separately as it's already contained in ~/.dvm/compilers/dmd-2.0xx.x/linux/bin/dub after using
~/.dvm/compilers/dmd-2.0xx.x/linux/bin/dub
./dvm install dvm dvm install 2.083.1 dvm use 2.083.1
However, it is not executable which means I had to run
chmod u+x ~/.dvm/compilers/dmd-2.0xx.x/linux/bin/dub
Would be cool if this happened automatically during the installation process.
The text was updated successfully, but these errors were encountered:
Yes, definitely. The problem is that DVM use Tango, which is not maintained anymore. I need to try to find an old enough compiler that will work.
Ideally DVM should be completely rewritten to not use Phobos instead of Tango but that's a big effort.
Sorry, something went wrong.
Fixed in 059c1a8.
No branches or pull requests
I was surprised to not having to install dub separately as it's already contained in
~/.dvm/compilers/dmd-2.0xx.x/linux/bin/dub
after using
However, it is not executable which means I had to run
Would be cool if this happened automatically during the installation process.
The text was updated successfully, but these errors were encountered: