From 8fdfd8be4e54c6a0338596b88238bf65127d76bc Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Fri, 19 Aug 2022 14:32:46 -0700 Subject: [PATCH] Update Dev docs to mention Chromium To work in Chromium requires a bootstrap step so added a link to those steps Bug: angleproject:7586 Change-Id: Ifc590f565d7e707c98479a9a2dd21378662d534f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3842861 Reviewed-by: Kenneth Russell Commit-Queue: Kenneth Russell --- doc/DevSetup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/DevSetup.md b/doc/DevSetup.md index e742068f5..48ef2ecf4 100644 --- a/doc/DevSetup.md +++ b/doc/DevSetup.md @@ -10,6 +10,8 @@ ANGLE uses git for version control. Helpful documentation can be found at [http: ### Required First Setup (do this first) +Note: If you are building inside a Chromium checkout [see these instructions instead](https://chromium.googlesource.com/angle/angle/+/HEAD/doc/BuildingAngleForChromiumDevelopment.md). + Required on all platforms: * [Python 3](https://www.python.org/downloads/) must be available in your path.