Open armandomontanez opened 7 months ago
As a step in the right direction, I think attaching Debian binary packages to the https://github.com/bazelbuild/bazelisk/releases page would be a nice start. I opened a PR for that at https://github.com/bazelbuild/bazelisk/pull/563.
I totally agree. Trying to use this for the very first time I find the instructions lacking.
There is no way I'm gonna install choco
(or scoop
) when I can just run the stand-alone release installer or use winget
.
At the end of the day, I still fail to see why this is needed. Long text there, but not very to the point. What is the problem Bazel, that this is trying to solve? (A use case scenario would have been enlightening.)
Then also for building, you are not saying anything on the requirements of having WiX and the unknown Make-MSI
package, used in here:
Absolutely. I've gotten interest in a program called QuarkGL, which I have been trying to compile Bazelisk for
+1. I actually stumbled onto this thread, because I wasn't sure this was "the right way", surely I was missing something? Nope.
The current instructions for installing Bazelisk are not user-friendly.
Generally, the widely expected ways to get a tool on the following platforms are:
.exe
installer that guides users through installation.apt get install bazelisk
or similar through a preferred package manager.Today, the instructions are:
choco install bazelisk
brew install bazelisk
Often, when I direct people to install Bazel via https://bazel.build/install, they end up directly using a release of Bazel rather than Bazelisk. I know the reason I've done this in the past is because of the lack of clarity in the installation process for Bazelisk.
PATH
, but I know for a fact that someone just getting started with development would stumble over that.Generally speaking, the recommended flows for installing Bazelisk are atypical at best, and frustrating at worst. Bazelisk should strive to make the installation experience as frictionless as possible to ensure Bazel is approachable for new developers.