- 博客(5)
- 资源 (5)
- 收藏
- 关注
原创 glog的交叉编译
glog版本:google-glog 0.5.0glog源码目录编译cmake复制一份gcc-cxx11.cmake,更名为gcc-cxx11-crosscompiling.cmake将gcc-cxx11-crosscompiling.cmake内容更改为如下所示# Sample toolchain file for building with gcc compiler## Typical usage:# *) cmake -H. -B_build -DCMAK.
2021-05-27 19:39:29
1969
原创 gflags的交叉编译
gflags版本:gflags 2.2.2目录编译动态库的编译cmakelbw@DESKTOP-LBW22:/mnt/d/ref/gflags-master/_build$ cmake .. -DGFLAGS_NAMESPACE=gflags -DCMAKE_CXX_FLAGS=-fPIC -DBUILD_SHARED_LIBS=ON -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-li.
2021-05-27 17:43:49
3136
原创 ubuntu下编译、安装及使用gflags
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used.https://blog.youkuaiyun.com/qq_2263
2021-05-21 17:34:20
2378
原创 ubuntu下编译、安装及使用glog
https://blog.youkuaiyun.com/qq_22634949/article/details/1017188791,安装gflagsgit clone https://github.com/gflags/gflags.gitcd gflagsmkdir build && cd buildcmake .. -DGFLAGS_NAMESPACE=google -DCMAKE_CXX_FLAGS=-fPIC ..make -j4sudo make install注意,
2021-05-19 17:58:24
7398
1
转载 WindowsStore及自带App闪退问题的解决办法
不知怎么的,我的电脑Windows自带的App用不了了,会闪退,特别的打开图片时会闪烁一下,然后提示”应用未启动“。在网上找了许多方法都没效果,最后,找到了下面这个有用的方法。win10-microsoft store卸载了怎么安装回来最近室友都在玩一款游戏,是从microsoft store中下载的,我也想玩。于是win键搜索了下,发现电脑中没有store了,这才想起来之前把sto...
2020-02-06 22:28:56
5171
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅