Skip to content

Commit

Permalink
Add link to Chromium build instructions to CPP101.
Browse files Browse the repository at this point in the history
Change-Id: I15122514322b96855d11f95f3910ffe93ce9d73a

Bug: 1340402
Change-Id: I15122514322b96855d11f95f3910ffe93ce9d73a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3732340
Commit-Queue: Dale Rogerson <[email protected]>
Reviewed-by: Chris Bookholt <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1019314}
  • Loading branch information
Dale Rogerson authored and Chromium LUCI CQ committed Jun 29, 2022
1 parent 2b23769 commit 84b713e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codelabs/cpp101/codelab.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 84b713e

Please sign in to comment.