Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(888)

Unified Diff: docs/build.md

Issue 1422633002: Merge to XFA: Change DEPS hooks paths to include 'pdfium/'. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/build.md
diff --git a/docs/build.md b/docs/build.md
index 6fa829122860e5b6450bcde6b7537a9fa1246bd3..a32f9fbc4b05aabdbb1fc9e5b66c03a8d80c8d2b 100644
--- a/docs/build.md
+++ b/docs/build.md
@@ -10,11 +10,16 @@ Also install Python, Subversion, and Git and make sure they're in your path.
## Get the code
+The name of the top-level directory does not matter. In our examples, we use
+"repo". This directory must not have been used before by `gclient config` as
+each directory can only house a single gclient configuration.
+
```
-mkdir pdfium
-cd pdfium
-gclient config --name . --unmanaged https://pdfium.googlesource.com/pdfium.git
+mkdir repo
+cd repo
+gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git
gclient sync
+cd pdfium
```
## Generate the build files
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698