abseil的编译与使用
Posted westfly
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了abseil的编译与使用相关的知识,希望对你有一定的参考价值。
项目中集成了abseil。abseil提供了cmake的编译,但是缺少make install命令。
于是有了下面的的一些命令,用于生成include和lib目录。
function cmake_install() { local prefix=$1 lib_path=$prefix/deploy/lib rand_lib=$lib_path/libabsl.a mkdir -p $lib_path include_path=$prefix/deploy mkdir -p $include_path #find $deploy -name "*.a" | xargs -i cp {} $lib_path (find $deploy -name "*.o" | xargs ar cru $rand_lib) | (ranlib $rand_lib) (find $deploy -mindepth 1 -name "*.h" -print -or -name ‘*.inc‘ -print | grep -v deploy | sed "s,$prefix/,," | tar --create --files-from -) | (cd $include_path && tar xvfp -) }
cmake_install $(pwd)
参考
以上是关于abseil的编译与使用的主要内容,如果未能解决你的问题,请参考以下文章
新开源报道 9Google开源Abseil,为C++和Python开发提供支持
每周小贴士#158:Abseil关联窗口和contains()
厉害了!小学生用大数据研究苏轼,结论出人意料;Google开源Abseil;使用弱凭证 npm包易受入侵;RStudio 1.1