First-time experience of abseil [open-source google C ++ library] and first-time experience of abseil
Google discloses a series of C ++ libraries used in its project. For details, refer:
Http://www.infoq.com/cn/news/2017/10/abseil? Utm_source = infoq & utm_medium = popular_widget & utm_campaign = popular_content_list & utm_content = homepage
Official Code address
Https://github.com/abseil/abseil-cpp
Https://abseil.io
Running examples and usage
Https://abseil.io/docs/cpp/quickstart
This is a simple example. bazel looks simpler than cmake.
Steps for using centos 7:
1/etc/yum. repos. d/Save the following software installation Source:
Https://copr.fedorainfracloud.org/coprs/vbatts/bazel/repo/epel-7/vbatts-bazel-epel-7.repo
2 yum install bazel
Refer to the example to add the workspace build project files and run the corresponding commands to compile and run them.
After execution, the default output files are all in ~ /. Cache directory, which is centrally scheduled and executed by bazel