上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 35 下一页
摘要: 源文件内使用unordered_map时候,例如如下demo GCC版本大于或者等于4.9,会报如下错误 其实就是 Implicit conversion failure from initializer list 如下测试来自 :https://stackoverflow.com/question 阅读全文
posted @ 2018-12-20 13:36 采男孩的小蘑菇 阅读(895) 评论(0) 推荐(0)
摘要: 1. 下载源文件 https://github.com/google/glog 2. 源文件有CMakeLists.txt, 直接使用toolchain.cmake 直接编译就可以了,详情参考我的随笔 https://www.cnblogs.com/flyinggod/p/10148228.html 阅读全文
posted @ 2018-12-20 13:17 采男孩的小蘑菇 阅读(1187) 评论(0) 推荐(0)
摘要: 1. xmlrpc-c依赖与libcurl 参考另外一篇随笔:https://www.cnblogs.com/flyinggod/p/10148228.html 2. 下载源代码 http://xmlrpc-c.sourceforge.net/ 3. 编译代码 4. 编译过程中可能会定位到/usr/ 阅读全文
posted @ 2018-12-20 11:25 采男孩的小蘑菇 阅读(704) 评论(0) 推荐(0)
摘要: libcurl是免费的轻量级的客户端网络库,支持DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS,POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet, 阅读全文
posted @ 2018-12-20 11:15 采男孩的小蘑菇 阅读(3310) 评论(0) 推荐(0)
摘要: cmake_minimum_required(VERSION 2.8) project(MY_GRAND_PROJECT) find_package(PCL 1.3 REQUIRED COMPONENTS common io) include_directories(${PCL_INCLUDE_DIRS}) link_directories(${PCL_LIBRARY_DIRS}) add_de... 阅读全文
posted @ 2018-12-16 17:24 采男孩的小蘑菇 阅读(831) 评论(0) 推荐(0)
摘要: 博客转载自:https://blog.csdn.net/u012816621/article/details/51732932 CMakeLists.txt 【注意事项】 1、find_package(OpenCV REQUIRED)中的OpenCV一定要遵循该大小写。 因为该句话是根据OpenCV 阅读全文
posted @ 2018-12-16 17:15 采男孩的小蘑菇 阅读(703) 评论(0) 推荐(0)
摘要: 博客转自:https://blog.csdn.net/dwj6336736/article/details/76674018 系统安装 手动安装 1. 下载源代码 2.安装依赖项 3. 编译库 四. 测试PCL 1、HOME目录下 pcl-trunk->doc->tutorials->content 阅读全文
posted @ 2018-12-14 18:44 采男孩的小蘑菇 阅读(1029) 评论(0) 推荐(0)
摘要: 编译器会报错,fatal error C1189: #error : WinSock.h has already been included 解决办法 #define WIN32_LEAN_AND_MEAN // 在#include<windows.h>前定义 #include <windows.h 阅读全文
posted @ 2018-12-14 18:40 采男孩的小蘑菇 阅读(523) 评论(0) 推荐(0)
摘要: Boost OpenCV 阅读全文
posted @ 2018-12-14 18:33 采男孩的小蘑菇 阅读(1107) 评论(0) 推荐(0)
摘要: 下载原始代码编译 1. Clone Source Code glog 2. Install dependencies and tools 3. install glog Warning: Problems during ./configure 解决方式:只要touch缺失文件,再重新执行即可 直接安 阅读全文
posted @ 2018-12-14 18:25 采男孩的小蘑菇 阅读(1540) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 35 下一页