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

Unified Diff: third_party/libaddressinput/chromium/cpp/README

Issue 98543010: rac] Add re2 dependency to libaddressinput. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « no previous file | third_party/libaddressinput/chromium/cpp/libaddressinput.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/chromium/cpp/README
diff --git a/third_party/libaddressinput/chromium/cpp/README b/third_party/libaddressinput/chromium/cpp/README
index b9ecff26d883ac73f9cf25f289911fb6f08be758..1d2194220d83e2d7c839f51e7b82d86061805ee2 100644
--- a/third_party/libaddressinput/chromium/cpp/README
+++ b/third_party/libaddressinput/chromium/cpp/README
@@ -21,11 +21,12 @@ GYP: Generates the build files.
Ninja: Executes the build files.
GTest: Used for unit tests.
Python: Used by GRIT, which generates localization files.
+RE2: Used for validating postal code format.
Most of these packages are available on Debian-like distributions. You can
install them with this command:
-$ sudo apt-get install gyp ninja-build libgtest-dev python
+$ sudo apt-get install gyp ninja-build libgtest-dev python libre2-dev
Make sure that your version of GYP is at least 0.1~svn1395. Older versions of
GYP do not generate the Ninja build files correctly. You can download a
@@ -38,6 +39,7 @@ http://packages.ubuntu.com/saucy/gyp
http://packages.ubuntu.com/saucy/ninja-build
http://packages.ubuntu.com/saucy/libgtest-dev
http://packages.ubuntu.com/saucy/python
+http://packages.debian.org/experimental/libre2-dev
Evan Stade 2013/12/13 23:30:31 what... I don't think we can let chrome depend on
Alternatively, you can download, build, and install these tools and libraries
from source code. Their home pages contain information on how to accomplish
@@ -47,6 +49,7 @@ https://code.google.com/p/gyp/
http://martine.github.io/ninja/
https://code.google.com/p/googletest/
http://python.org/
+https://code.google.com/p/re2/
Build
=====
« no previous file with comments | « no previous file | third_party/libaddressinput/chromium/cpp/libaddressinput.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698