summaryrefslogtreecommitdiff
path: root/chromium/codelabs
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-09-29 16:16:15 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-11-09 10:04:06 +0000
commita95a7417ad456115a1ef2da4bb8320531c0821f1 (patch)
treeedcd59279e486d2fd4a8f88a7ed025bcf925c6e6 /chromium/codelabs
parent33fc33aa94d4add0878ec30dc818e34e1dd3cc2a (diff)
downloadqtwebengine-chromium-a95a7417ad456115a1ef2da4bb8320531c0821f1.tar.gz
BASELINE: Update Chromium to 106.0.5249.126
Change-Id: Ib0bb21c437a7d1686e21c33f2d329f2ac425b7ab Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/438936 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/codelabs')
-rw-r--r--chromium/codelabs/cpp101/codelab.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/codelabs/cpp101/codelab.md b/chromium/codelabs/cpp101/codelab.md
index dbc69a1eae5..4788822b534 100644
--- a/chromium/codelabs/cpp101/codelab.md
+++ b/chromium/codelabs/cpp101/codelab.md
@@ -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/)