summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-05-04 12:16:46 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-05-04 19:58:41 +0000
commit37bc6c6ee704e70b843dc012cf595d947fdb1cd5 (patch)
tree88e5f8f62806367f6fe45570e82c61ace3a5b80f
parent34f735c9ef34b3bb6493016c7fbeb6df76cf31f5 (diff)
downloadpdfium-37bc6c6ee704e70b843dc012cf595d947fdb1cd5.tar.xz
Mention pdfium_all target in README.md.
Also give an example out directory name and fix a typo. Change-Id: I2d7532ea8c5fcdbd3502fbafcc07fb59dfafe81c Reviewed-on: https://pdfium-review.googlesource.com/4878 Commit-Queue: Lei Zhang <thestig@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1f2b923683..c1b57c9f56 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,7 @@ default. Also note that the XFA feature requires JavaScript.
Configuration is done by executing `gn args <directory>` to configure the build.
This will launch an editor in which you can set the following arguments.
+A typical `<directory>` name is `out/Debug`.
```
use_goma = true # Googlers only.
@@ -100,9 +101,9 @@ use\_sysroot as indicated above.
## Building the code
-You can build the sample program by:
-`ninja -C <directory>/pdfium_test` You can build the entire product (which
-includes a few unit tests) by: `ninja -C <directory>`.
+You can build the sample program by running: `ninja -C <directory> pdfium_test`
+You can build the entire product (which includes a few unit tests) by running:
+`ninja -C <directory> pdfium_all`.
## Running the sample program