aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install.md
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-01 14:45:21 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2015-06-01 15:50:49 +0000
commiteb6e90397eff1083f0574b6cbd94eb9f42d2d239 (patch)
tree7eac158033f6db031ea5ac167f75fd3ff800c4a1 /site/docs/install.md
parent14b437bf749baf0488cfc7e4ed7589dc4af9bec3 (diff)
Use the ijar ZIP implementation in Blaze instead of libarchive
This ZIP implementation is lightweight and rely on zlib for compression. libarchive was a bit tricky to set-up so it's better to use that one. -- Change-Id: I607b492998572e834e095a4606eeb77c0b574542 Reviewed-on: https://bazel-review.googlesource.com/#/c/1410/ MOS_MIGRATED_REVID=94910072
Diffstat (limited to 'site/docs/install.md')
-rw-r--r--site/docs/install.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/docs/install.md b/site/docs/install.md
index c23ea82429..f4aefd4bd5 100644
--- a/site/docs/install.md
+++ b/site/docs/install.md
@@ -72,7 +72,7 @@ You can also add this line to your `~/.bashrc` file.
#### 3. Install required packages:
```
-$ sudo apt-get install libarchive-dev pkg-config zip g++ zlib1g-dev
+$ sudo apt-get install pkg-config zip g++ zlib1g-dev
```
#### 4. Build Bazel:
@@ -101,13 +101,13 @@ To build Bazel on Mac OS X:
#### 1. Install the required packages:
```
-$ port install protobuf-cpp libarchive
+$ port install protobuf-cpp
```
or
```
-$ brew install protobuf libarchive
+$ brew install protobuf
```
#### 2. Build Bazel: