From 37bc6c6ee704e70b843dc012cf595d947fdb1cd5 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 4 May 2017 12:16:46 -0700 Subject: 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 Commit-Queue: dsinclair Reviewed-by: dsinclair --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') 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 ` to configure the build. This will launch an editor in which you can set the following arguments. +A typical `` 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 /pdfium_test` You can build the entire product (which -includes a few unit tests) by: `ninja -C `. +You can build the sample program by running: `ninja -C pdfium_test` +You can build the entire product (which includes a few unit tests) by running: +`ninja -C pdfium_all`. ## Running the sample program -- cgit v1.2.3