P2help wantedteam-Documentationteam-OSStype: documentation (cleanup)
倉庫指標
- Star
- (25,384 star)
- PR 合併指標
- (平均合併 22天 20小時) (30 天內合併 77 個 PR)
描述
Page link:
https://bazel.build/designs/2016/10/11/distribution-artifact.html
Problem description (include actual vs expected text, if applicable):
If you check out bazel from git and run ./compile.sh you will get the following error:
--------------------------------------------------------------------------------
NOTE: This failure is likely occurring if you are trying to bootstrap bazel from
a developer checkout. Those checkouts do not include the generated output of
the protoc compiler (as we prefer not to version generated files).
* To build a developer version of bazel, do
bazel build //src:bazel
* To bootstrap your first bazel binary, please download a dist archive from our
release page at https://github.com/bazelbuild/bazel/releases and run
compile.sh on the unpacked archive.
The full install instructions to install a release version of bazel can be found
at https://bazel.build/install/compile-source
For a rationale, why the bootstrap process is organized in this way, see
https://bazel.build/designs/2016/10/11/distribution-artifact.html
--------------------------------------------------------------------------------
However, the documentation link at the end goes to a 404 page.
Where do you see this issue? (include link to specific section of the page, if applicable)
No response
Any other information you'd like to share?
No response