Skip to content

Commit

Permalink
Add dependencies to the "install Bazel" step (#3164)
Browse files Browse the repository at this point in the history
because I forget that I need to install unzip every single time :D
  • Loading branch information
AnotherKamila authored and kormat committed Sep 18, 2019
1 parent 5acef9d commit f1bdda2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Necessary steps in order to run SCION:
1. Install [Bazel](https://bazel.build) version 0.26.1:

```bash
sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python3
wget https://github.com/bazelbuild/bazel/releases/download/0.26.1/bazel-0.26.1-installer-linux-x86_64.sh
bash ./bazel-0.26.1-installer-linux-x86_64.sh --user
rm ./bazel-0.26.1-installer-linux-x86_64.sh
Expand Down

0 comments on commit f1bdda2

Please sign in to comment.