上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 43 下一页
摘要: 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 采男孩的小蘑菇 阅读(674) 评论(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 采男孩的小蘑菇 阅读(3225) 评论(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 采男孩的小蘑菇 阅读(823) 评论(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 采男孩的小蘑菇 阅读(682) 评论(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 采男孩的小蘑菇 阅读(1015) 评论(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 采男孩的小蘑菇 阅读(426) 评论(0) 推荐(0) 编辑
摘要: Boost OpenCV 阅读全文
posted @ 2018-12-14 18:33 采男孩的小蘑菇 阅读(1096) 评论(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 采男孩的小蘑菇 阅读(1519) 评论(0) 推荐(0) 编辑
摘要: 1. error C4996: 'pcl::SAC_SAMPLE_SIZE': This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model 阅读全文
posted @ 2018-12-13 19:03 采男孩的小蘑菇 阅读(1685) 评论(0) 推荐(0) 编辑
摘要: 在使用Microsoft Visual Studio开发工具等编写的exe或者dll等可执行文件时,我们往往需要对这些可执行文件添加版本号,公司,版权等信息. 1. 在我们需要添加各种信息的项目工程中依次点击"项目-添加新项-资源文件 2. 在该文件夹上,右键"添加资源"-选择“version”点击 阅读全文
posted @ 2018-12-13 13:09 采男孩的小蘑菇 阅读(3049) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 43 下一页