"vscode:/vscode.git/clone" did not exist on "c948e58e92e1d355a411cb8abe99d388b9713c7e"
Commit f9cea141 authored by Prakhar Mishra's avatar Prakhar Mishra Committed by Martin Wicke
Browse files

Update README.md (#225)

* Update README.md

Added alternative way to install bazel. Because people have been facing problem and by mistake they are downloading the latest version.

* Update README.md
parent be9ac3a1
...@@ -81,6 +81,9 @@ source. You'll need to install: ...@@ -81,6 +81,9 @@ source. You'll need to install:
* bazel: * bazel:
* **versions 0.2.0 - 0.2.2b, NOT 0.2.3** * **versions 0.2.0 - 0.2.2b, NOT 0.2.3**
* follow the instructions [here](http://bazel.io/docs/install.html) * follow the instructions [here](http://bazel.io/docs/install.html)
* Alternately, Download bazel (0.2.2-0.2.2b) <.deb> from [here](https://github.com/bazelbuild/bazel/releases) for your system configuration.
* Install it using the command: sudo dpkg -i <.deb file>
* Check for the bazel version by typing: bazel version
* swig: * swig:
* `apt-get install swig` on Ubuntu * `apt-get install swig` on Ubuntu
* `brew install swig` on OSX * `brew install swig` on OSX
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment