
依赖库
文章平均质量分 56
问题出现再研究
挣扎的咸鱼
展开
-
eigen相关问题(安装、多版本切换、版本查看)
一、安装1、通过apt安装(默认安装版本为3.2.92)pkg-config --modversion eigen32、源码安装(版本自己选)官方源码地址:http://eigen.tuxfamily.org/index.php?title=Main_Page下载所需版本,解压编译:cd到eigenmkdir buildcmake -DCMAKE_INSTALL_PREFIX=/usr/include/eigen3makesudo make install二、e原创 2020-12-30 20:16:23 · 4282 阅读 · 0 评论 -
cuda各版本下载和cudnn各版本下载
cuda版本:https://developer.nvidia.com/cuda-toolkit-archivecudnn版本:https://developer.nvidia.com/rdp/cudnn-download原创 2020-09-21 21:13:22 · 1618 阅读 · 0 评论 -
Ubuntu 16.04 安装配置OpenNI2
先放github链接:https://github.com/occipital/OpenNI2.git如果有时间的话可以用这个主页的编译方式,本文主要是针对其Linux的安装方式,进行编译。一、安装依赖: GCC 4.x 源码下载安装:http://gcc.gnu.org/releases.html 或者用apt安装: sudo apt-get ...原创 2018-12-13 17:31:42 · 2632 阅读 · 2 评论 -
Ubuntu16.04安装配置Pangolin
github源码首页:https://github.com/stevenlovegrove/Pangolin.git一、安装依赖1、必备依赖(1) C++(2)OpenGL(参考https://www.jianshu.com/p/e4a90503d4a6)sudo apt-get install build-essential libgl1-mesa-devsudo apt...原创 2018-12-13 21:01:39 · 3598 阅读 · 0 评论