Merge pull request #6 from disconnect3d:patch-6

PiperOrigin-RevId: 239387669
Change-Id: I967715482d7f65545441a7cc49ce0590c8ce4a6b
pull/15/head
Christian Blichmann 2019-03-20 14:51:31 +01:00
commit df4c151c75
1 changed files with 2 additions and 1 deletions

View File

@ -67,13 +67,14 @@ Install the required dependencies, this assumes you are running Debian 10
echo "deb http://storage.googleapis.com/bazel-apt stable jdk1.8" | \
sudo tee /etc/apt/sources.list.d/bazel.list
wget -qO - https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install -qy python-typing python-clang-7 libclang-7-dev
sudo apt-get install -qy build-essential linux-libc-dev bazel
```
Clone and run the build:
```bash
git clone github.com/google/sandboxed-api && cd sandboxed-api
git clone https://github.com/google/sandboxed-api && cd sandboxed-api
bazel build ...
```