Russ Cox | 0a38cba | 2010-03-02 17:17:51 -0800 | [diff] [blame^] | 1 | This is the source code repository for RE2, a regular expression library. |
2 | |||||
3 | For documentation about how to install and use RE2, | ||||
4 | visit http://code.google.com/p/re2/. | ||||
5 | |||||
6 | The short version is: | ||||
7 | |||||
8 | make | ||||
9 | make test | ||||
10 | make install | ||||
11 | make testinstall | ||||
12 | |||||
13 | Unless otherwise noted, the RE2 source files are distributed | ||||
14 | under the BSD-style license found in the LICENSE file. |