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:
* bazel:
* **versions 0.2.0 - 0.2.2b, NOT 0.2.3**
* 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:
* `apt-get install swig` on Ubuntu
* `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