summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 67d84485ff..39f53e2c1f 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,16 @@ on Linux, sln files on Windows, and xcodeproj files on Mac. To do so, set the
GYP\_GENERATORS environment variable appropriately (e.g. "make", "msvs", or
"xcode") before running the above command.
+### Using goma (Googlers only)
+
+If you would like to build using goma, pass `use_goma=1` to `gyp_pdfium`. If
+you installed goma in a non-standard location, you will also need to set
+`gomadir`. e.g.
+
+```
+build/gyp_pdfium -D use_goma=1 -D gomadir=path/to/goma
+```
+
## Building the code
If you used Ninja, you can build the sample program by: `ninja -C out/Debug