-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
installing D has a high dropout rate #53
Comments
For me, the instructions look wrong: on Debian, I installed the .deb file in the usual way immediately after visiting dlang.org and seeing the link for it. The install page in the Tour recommends |
Much of what's near the top of the Tour's install page appears to be redundant with what's already at https://dlang.org/download.html. |
I guess this is debatable. When I first started using D a couple of years ago, I also preferred the distro packages or the Windows installer (actually at that time the install.sh script didn't exist at all), however as I started using the language more seriously, this quickly became an unsuitable approach to me as I needed to quickly jump and compare different compilers and compiler versions. Usually I have anywhere between 3 and 10 different D compilers on my system and the install.sh script keeps them neatly organized. The install script is also suitable for shared linux development servers where you don't have admin access. Also since there're so many distros, with various package managers, the install script is the only reliable way of getting the latest D compiler on your system. |
The install.sh script could take a small introduction sentence, a là, it will download and unpack D compilers to |
I think my PR (#214) resolves some issues with the current tour install page:
Are there any other improvements to this install-d-locally page that you'd suggest? Given that it's a tour, I think it's main goals should be to:
|
Could this be related to the fact windows throws a warning at installation? |
From @wilzbach on June 10, 2016 17:46
Maybe that's the non-visually appealing design?
Copied from original issue: dlang-tour/core#234
The text was updated successfully, but these errors were encountered: