carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
http://docs.carbon-lang.dev/
Other
32.38k stars 1.48k forks source link

Getting-Started package issue #3896

Closed keys-i closed 4 months ago

keys-i commented 7 months ago

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

jonmeow commented 7 months ago

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.

github-actions[bot] commented 4 months ago

We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please comment or remove the inactive label. The long term label can also be added for issues which are expected to take time.

This issue is labeled inactive because the last activity was over 90 days ago.

jonmeow commented 4 months ago

Instructions updated by #4129