0

Add link to Chromium build instructions to CPP101.

Change-Id: I15122514322b96855d11f95f3910ffe93ce9d73a

Bug: 1340402
Change-Id: I15122514322b96855d11f95f3910ffe93ce9d73a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3732340
Commit-Queue: Dale Rogerson <dalerogerson@google.com>
Reviewed-by: Chris Bookholt <bookholt@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1019314}
This commit is contained in:
Dale Rogerson
2022-06-29 20:22:12 +00:00
committed by Chromium LUCI CQ
parent 2b23769c62
commit 84b713e237

@ -26,6 +26,11 @@ directory of the Chromium source code. Build all of the example solutions with
`base/cpp101/` directory locally if you want to try implementing these
exercises yourself.
### Prerequisite: Getting the Code
Before you can do the exercises you need to set up a system to checkout, build,
and run the code. Instructions can be found [here](https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code/).
### Exercise 0: "Hello World!"
This exercise demonstrates the use of the [ninja](https://ninja-build.org/)