diff options
author | Minteck <contact@minteck.org> | 2022-08-10 10:38:44 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-08-10 10:38:44 +0200 |
commit | c6dbf0450566c40efc4a26f4f0717452b6ef95cd (patch) | |
tree | b4be2d508223820d0a77d5a3e35e82684da3b6ec /node_modules/ua-parser/cpp/README.md | |
download | hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.tar.gz hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.tar.bz2 hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.zip |
Diffstat (limited to 'node_modules/ua-parser/cpp/README.md')
-rw-r--r-- | node_modules/ua-parser/cpp/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/node_modules/ua-parser/cpp/README.md b/node_modules/ua-parser/cpp/README.md new file mode 100644 index 0000000..3010a2a --- /dev/null +++ b/node_modules/ua-parser/cpp/README.md @@ -0,0 +1,27 @@ +ua_parser C++ Library +===================== + +Usage +----- + +To build the (static) library: + + $ make uaparser_cpp + +To build and run the tests: + + $ make test + +Dependencies +------------ + +* boost_regex, boost_system, yaml-cpp (0.3 API) +* glog (for the `CHECK` macro) +* gtest (for testing) + +Author: +------- + + * Alex Şuhan <alex.suhan@gmail.com> + + Based on the D implementation by Shripad K and using agent data from BrowserScope. |