diff options
author | TizenOpenSource <tizenopensrc@samsung.com> | 2024-01-22 14:48:59 +0900 |
---|---|---|
committer | TizenOpenSource <tizenopensrc@samsung.com> | 2024-01-22 14:48:59 +0900 |
commit | 177079bbaa2fb42cfcea5d2dcd1f4929db1a66f9 (patch) | |
tree | b9a86f41309dd2ee2c9f196180a1b0c9e8a675dd /README | |
parent | c7f09d101e3b1f1d6480b117ae886b4e6bbf866b (diff) | |
download | re2-177079bbaa2fb42cfcea5d2dcd1f4929db1a66f9.tar.gz re2-177079bbaa2fb42cfcea5d2dcd1f4929db1a66f9.tar.bz2 re2-177079bbaa2fb42cfcea5d2dcd1f4929db1a66f9.zip |
Imported Upstream version 20231101upstream/20231101upstream
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |