- Update the example VS project generation to use VS2017.
- Add docs for generating ninja build files, since they are popular.
- Remove reference to "make update" which no longer exists. Mention the monorepo instead.
- Try to explain gnuwin32/coreutils requirements better.
Details
Diff Detail
- Build Status
Buildable 23427 Build 23426: arc lint + arc unit
Event Timeline
clang/www/get_started.html | ||
---|---|---|
197 | Does the Win64 generator automatically imply -Thost=x64? |
clang/www/get_started.html | ||
---|---|---|
197 | Nope. And using "Visual Studio 15 2017 Win64" is deprecated. Use -G "Visual Studio 15 2017" -A x64 instead as per https://cmake.org/cmake/help/latest/generator/Visual%20Studio%2015%202017.html |
clang/www/get_started.html | ||
---|---|---|
158–159 | This URL redirects to https://cmake.org/download/. (Clang's docs should use HTTPS everywhere possible, especially for self-links.) | |
159–164 | Redirected to https://www.python.org/downloads/. | |
179 | Can these be HTTPS? (I had to figure out HTTPS incantations for git clone and git svn init, but I haven't used SVN directly.) | |
245 | This assumes the Professional SKU; perhaps the instructions should be for Community? |
I'm going to go ahead and commit this. Hopefully it's more accurate and useful than what we have, and we can fix any issues in post.
This URL redirects to https://cmake.org/download/. (Clang's docs should use HTTPS everywhere possible, especially for self-links.)