Update getting started with bazel

On both Ubuntu and Fedora at least (possibly other systems) it is
necessary to install node from the upstream distro repositories,
so link directly to those instructions.

Also, bower should be installed once that is completed, so add a
step for that.

Change-Id: Ic6f36853f836e6c94fa38f88856e1c9e7cc33464
This commit is contained in:
James E. Blair
2019-08-24 09:54:30 +02:00
parent b14a7a9ec6
commit 283ac230a4

View File

@@ -8,7 +8,8 @@ To build Gerrit from source, you need:
* A Linux or macOS system (Windows is not supported at this time)
* A JDK for Java 8|9|10|11|...
* Python 2 or 3
* Node.js (including npm)
* link:https://github.com/nodesource/distributions/blob/master/README.md[Node.js (including npm)]
* Bower (`sudo npm install -g bower`)
* link:https://www.bazel.io/versions/master/docs/install.html[Bazel]
* Maven
* zip, unzip