Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bazel also required #18

Open
kf106 opened this issue Mar 2, 2024 · 0 comments
Open

bazel also required #18

kf106 opened this issue Mar 2, 2024 · 0 comments

Comments

@kf106
Copy link

kf106 commented Mar 2, 2024

You mention that jq and go are prerequisites, but bazel is also required:

Error: bazel is not installed. Please install bazel first. See https://docs.prylabs.network/docs/install/install-with-bazel#install-bazel-using-bazelisk

I dind't find the instructions at the referenced page particularly clear, and used this on Ubuntu 22.04:

Download bazelisk-linux-amd64 from https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64
Rename it bazel: mv bazelisk-linux-amd64 bazel
Make it executable: chmod +x bazel
Sudo move it to /usr/local/bin: sudo mv bazel /usr/local/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant