Skip to content

Commit

Permalink
Add g++ and zlib1g-dev to the set of required packages to install Baz…
Browse files Browse the repository at this point in the history
…el on Ubuntu.

This is a merge of

https://github.com/stuartfehr/bazel/commit/738686468a2a699d9ecfb95c7663967888223f64

--
MOS_MIGRATED_REVID=89488713
  • Loading branch information
lberki committed Mar 25, 2015
1 parent be8af48 commit 60c901f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To build Bazel on Ubuntu:

2. Install required packages:

$ sudo apt-get install libarchive-dev pkg-config zip
$ sudo apt-get install libarchive-dev pkg-config zip g++ zlib1g-dev

3. Build Bazel:

Expand Down

0 comments on commit 60c901f

Please sign in to comment.