-
Notifications
You must be signed in to change notification settings - Fork 53
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
Windows installation steps are difficult #78
Comments
@mxxo I think the issue is not really installing ROOT (e.g. running root_v6.20.06.win32.vc16.exe, or unzip root_v6.20.06.win32.vc16.zip... ), but maybe installing Visual Studio? Running from the command prompt? Or did I miss something? |
For this issue, I was trying to put myself in the shoes of a potential Windows user, told to download ROOT by a supervisor, etc. Go to root website -> Hit big Install Now button (✨ awesome 💯 ) and lands on /install Potential issue User has to start reading, realize they want the pre-compiled binary distribution and may be required to install dependencies. (User: what is a precompiled binary distribution? I just want a program I can run without thinking). Potential issue Say the user has all the right dependencies, then they click and are brought to this page. The first link is a source code tarball. This is almost certainly not what people want when they land here. Instead, the user reads the table of contents, finds a Windows section at the very end of the page and heads there. Is Windows 10 supported? There are no download links in the windows section. Instead, the user has to scroll back up to the binary distribution section, find the Windows link and pick one of the four. (Do we know how many people use the zip folder option on windows?) This is in addition to having to to download the dependencies (small nit, why not take users right to the download page? https://visualstudio.microsoft.com/downloads/) I think as a whole, it is very difficult to follow the instructions correctly the first time. I think we should try and optimize for the least-common-denominator use case. A set of straight-line instructions to get the stable release version of ROOT working. |
Somewhat related to #5, the Windows installation steps are a bit tricky to follow, especially for less-technical users. Is it worth having a standalone windows setup page? There are lots of instructions that might fall through the cracks with a bunch of separate pages (no spaces in paths etc).
The text was updated successfully, but these errors were encountered: