- 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
- Repository
- rC Clang
Event Timeline
clang/www/get_started.html | ||
---|---|---|
197 ↗ | (On Diff #168159) | Does the Win64 generator automatically imply -Thost=x64? |
clang/www/get_started.html | ||
---|---|---|
197 ↗ | (On Diff #168159) | 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 | ||
---|---|---|
160 ↗ | (On Diff #168159) | This URL redirects to https://cmake.org/download/. (Clang's docs should use HTTPS everywhere possible, especially for self-links.) |
164 ↗ | (On Diff #168159) | Redirected to https://www.python.org/downloads/. |
179 ↗ | (On Diff #168159) | 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.) |
246 ↗ | (On Diff #168159) | This assumes the Professional SKU; perhaps the instructions should be for Community? |
clang/www/get_started.html | ||
---|---|---|
179 ↗ | (On Diff #168159) | These can, but getgnuwin32 is http-only for now I guess. =/ |
197 ↗ | (On Diff #168159) | Thanks, check the new instructions, hopefully they are correct. |
246 ↗ | (On Diff #168159) | I'll change it, and hopefully users of Professional will understand what "run the appropriate vcvarsall.bat incantation" means. |
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.