mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Merge pull request #6 from disconnect3d:patch-6
PiperOrigin-RevId: 239387669 Change-Id: I967715482d7f65545441a7cc49ce0590c8ce4a6b
This commit is contained in:
commit
df4c151c75
|
@ -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" | \
|
echo "deb http://storage.googleapis.com/bazel-apt stable jdk1.8" | \
|
||||||
sudo tee /etc/apt/sources.list.d/bazel.list
|
sudo tee /etc/apt/sources.list.d/bazel.list
|
||||||
wget -qO - https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
|
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 python-typing python-clang-7 libclang-7-dev
|
||||||
sudo apt-get install -qy build-essential linux-libc-dev bazel
|
sudo apt-get install -qy build-essential linux-libc-dev bazel
|
||||||
```
|
```
|
||||||
|
|
||||||
Clone and run the build:
|
Clone and run the build:
|
||||||
```bash
|
```bash
|
||||||
git clone github.com/google/sandboxed-api && cd sandboxed-api
|
git clone https://github.com/google/sandboxed-api && cd sandboxed-api
|
||||||
bazel build ...
|
bazel build ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user