carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)

Home Page:https://github.com/carbon-language/carbon-lang/blob/trunk/README.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting-Started package issue

radhesh1 opened this issue · comments

Description of the bug:

bazel is not a package of Ubuntu

Link to documentation:

https://github.com/carbon-language/carbon-lang

What should it say instead?

bazel-bootstrap \

Any other information, logs, or outputs that you want to share?

I tried running this on Ubuntu 23.10 which told me to use bazel-bootstrap

Thanks. Note that bazel-bootstrap is not the same, and will conflict with a correct bazel install [both try to install /usr/bin/bazel]. We should fix notes, but in the meantime bazel's install instructions are at https://bazel.build/install/ubuntu#install-on-ubuntu; I'd suggest either setting up bazel's apt repo (commands here), or downloading bazelisk.