aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions/master/docs/windows.md
Commit message (Collapse)AuthorAge
* Improve windows docs around C++Gravatar Peter Mounce2016-11-24
| | | | | | | | | | | | | | | | These are the options that a colleague needed to install in their VS 2015 Community Edition install before it was possible to compile C++ with Bazel. I've reflected this in the doc (I thought I remembered an open issue for this, but couldn't find it just now when I looked). (I elected to not change the markdown formatting because of the `<br/>` in play. I think it's possible to get the same hanging indent by indenting the text within a bullet by one indent-width, but I have no way of previewing the rendering to know whether that's true or not.) ![cpp options in vs 2015](https://cloud.githubusercontent.com/assets/69720/20141432/3cfe71e6-a688-11e6-83cd-070fa60a54f2.PNG) (Specifically, in the screenshot, I'm referring to the C++ ones, not any of the others). Closes #2063. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2063 MOS_MIGRATED_REVID=140134095
* Bazel documentation update, mainly for WindowsGravatar Laszlo Csomor2016-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change: - Updates the Installation page with instructions for Windows. Until now those were on the dedicated Windows page, but now for sake of consistency with other instructions for platforms, we have everything on one page. - Adds notes about Chocolatey and links to the relevant maintenance page. - Updates the Windows requirements page, removes duplicate information. - Updates the left-side navigation pane making the Installation menu collapsible, adding the Windows-specific pages as submenu items - Updates the Copyright message in page footers, fixes some typos, fixes broken links. Fixes https://github.com/bazelbuild/bazel/issues/2128 -- MOS_MIGRATED_REVID=140119465
* Windows, installation docs: clarify VS requirementGravatar Laszlo Csomor2016-10-31
| | | | | | | | | | Make it explicit that the user only needs VC++ with Windows SDK. Fixes https://github.com/bazelbuild/bazel/issues/1564 -- MOS_MIGRATED_REVID=137709665
* Mention PATH niggles in more detailGravatar Peter Mounce2016-10-19
| | | | | | | | Closes #1938. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1938 MOS_MIGRATED_REVID=136603317
* Update Windows documentation with msys2 version guidance .Gravatar Dmitry Lomov2016-10-10
| | | | | | | As discovered in #1919. -- MOS_MIGRATED_REVID=135677514
* Blog post on Windows status and new installation instructions.Gravatar Dmitry Lomov2016-10-07
| | | | | -- MOS_MIGRATED_REVID=135474033
* Make cc_configure on Windows more robustGravatar Yun Peng2016-09-28
| | | | | | | | | | | | | 1. Throw an error if Bash-on-Windows is found instead of MSYS bash 2. Introduce BAZEL_VS environment variable 3. Output more information Fix https://github.com/bazelbuild/bazel/issues/1847 -- Change-Id: Ic4571c6c792d9b81df4cd800b8f19d121cc44c33 Reviewed-on: https://bazel-review.googlesource.com/#/c/6330 MOS_MIGRATED_REVID=134531295
* Create a package for Windows via chocolateyGravatar Peter Mounce2016-09-26
| | | | | | -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1742 MOS_MIGRATED_REVID=134283632
* Add refresh and upgrade/downgrade to pacman command.Gravatar Dillon Cower2016-09-19
| | | | | | | | | | This fixed issue #947 for me. Closes #1652. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1652 MOS_MIGRATED_REVID=133564534
* Added design doc about building python on WindowsGravatar Yun Peng2016-09-06
| | | | | -- MOS_MIGRATED_REVID=132257620
* Update windows.md about building python on WindowsGravatar Yun Peng2016-09-06
| | | | | -- MOS_MIGRATED_REVID=132241346
* Correct links to windows-support issues listGravatar Peter Mounce2016-08-25
| | | | | | | | | | I elected to update the old blog posts too, since finding bazel via those is quite likely. Closes #1657. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1657 MOS_MIGRATED_REVID=131288540
* Branch Bazel docs into version directory.Gravatar David Chen2016-08-24
| | | | | -- MOS_MIGRATED_REVID=131156143
* Remove versions directory that was not completely cleaned up by rollback.Gravatar David Chen2016-08-23
| | | | | -- MOS_MIGRATED_REVID=130976776
* Added instructions about using Bazel on WindowsGravatar Yun Peng2016-07-28
| | | | | -- MOS_MIGRATED_REVID=128582295
* Move Bazel docs into versioned directory.Gravatar David Chen2016-07-27
* Move all Bazel docs (excluding main page, search page, and blog) into versions/master directory. * Replace all original pages with redirects. * Add Jekyll config with default_version setting to specify the default version to redirect docs to. * Add Jekyll config with version_prefix setting specific to pages under each version directory. * Update layouts to generate links to pages for the same version with the version_prefix. * Update Blaze release script to copy docs from third_party/bazel/site/versions/master Changes to follow this CL: * Separate navigation from layouts so that navigation can be versioned as well. * Add tool for cutting a release of Bazel docs and copies them into a new version directory. Bug: #579 -- MOS_MIGRATED_REVID=128510319