| commit | c47dcd9fe1aed506e5383aff70ebf78f21b959be | [log] [tgz] |
|---|---|---|
| author | John Bauman <jbauman@google.com> | Thu May 16 21:59:05 2024 +0000 |
| committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 16 21:59:05 2024 +0000 |
| tree | 8c4f7384a8a0e8fe638b0dfacd4f655c4edf26b8 | |
| parent | 2a2e2fb1e07c370f826a7a8e6fa2b6e80b2b89cc [diff] |
Add repo dependencies to a workspace.bzl file This will make it easier to use this repo as a dependency of other repos. Change-Id: I0bed42fdd499480c0c00926a59ccc81ccead7a0d Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1049852 Fuchsia-Auto-Submit: John Bauman <jbauman@google.com> Reviewed-by: Darren Chan <chandarren@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
To perform an initial bootstrap, execute the following:
In a terminal, clone the repository:
git clone https://fuchsia.googlesource.com/drivers/graphics/gpu
Change to that directory:
cd gpu
Fetch all git submodules:
git submodule init && git submodule update --recursive
Bootstrap the build environment:
scripts/bootstrap.sh
Fetch and build the SDK:
tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
See the getting started guide for more info.