summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTizenOpenSource <tizenopensrc@samsung.com>2024-01-22 14:48:59 +0900
committerTizenOpenSource <tizenopensrc@samsung.com>2024-01-22 14:48:59 +0900
commit177079bbaa2fb42cfcea5d2dcd1f4929db1a66f9 (patch)
treeb9a86f41309dd2ee2c9f196180a1b0c9e8a675dd /README
parentc7f09d101e3b1f1d6480b117ae886b4e6bbf866b (diff)
downloadre2-177079bbaa2fb42cfcea5d2dcd1f4929db1a66f9.tar.gz
re2-177079bbaa2fb42cfcea5d2dcd1f4929db1a66f9.tar.bz2
re2-177079bbaa2fb42cfcea5d2dcd1f4929db1a66f9.zip
Imported Upstream version 20231101upstream/20231101upstream
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index caee6af..469d6f3 100644
--- a/README
+++ b/README
@@ -10,6 +10,11 @@ make test
make install
make testinstall
+Building RE2 requires Abseil (https://github.com/abseil/abseil-cpp)
+to be installed on your system. Building the testing for RE2 requires
+GoogleTest (https://github.com/google/googletest) and Benchmark
+(https://github.com/google/benchmark) to be installed as well.
+
There is a fair amount of documentation (including code snippets) in
the re2.h header file.