CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly. Modul 需要卸载旧版本的CMake,重新编译安装CMake即可. sudo apt-get remover cmake sudo apt-get autoremove cmake 1. 下载cmake源码 https://github.com/Kitware/CMake/releases?after=v2…
Ubantu14.04 下自带的cmake版本比较低(默认为2.8),这里我们从源码编译高版本cmake: 先卸载电脑上安装的cmake (如何已安装的话): sudo apt-get autoremove cmake 接下从官网下在最新版的cmake,并解压: sudo apt-get install build-essential wget http://www.cmake.org/files/v3.x/cmake-3.x.2.tar.gz tar xf cmake-.x..tar.gz c…
  参考网站 a)   https://zhuanlan.zhihu.com/p/24833574?utm_source=tuicool&utm_medium=referral b)   https://github.com/yosinski/deep-visualization-toolbox c)   https://zhuanlan.zhihu.com/p/22129880?refer=startdl d)   http://jingyan.baidu.com/article/8ebacd…
前言      个人理解错误的地方还请不吝赐教,转载请标明出处,内容如有改动更新,请看原博:http://www.cnblogs.com/hitcm/      如有任何问题,feel free to contact me at robotsming@gmail.com      接上文KinectV2+Ubuntu 14.04+Ros 安装教程,本文考虑的是KinectV1的情况.   安装 首先安装依赖项 sudo apt-get install g++ sudo apt-get insta…
本来实在windows 10上尝试安装caffe,装了一天没装上,放弃; 改在windows上装ubuntu的双系统,装了一个下午,不小心windows的系统盘被锁死了,也不会unlock?只好含泪卸掉了windows10,只装ubuntu 15.10.过程真是让人揩一把辛酸泪...不过又在ubuntu中用错了一个命令,系统崩溃,重新安装win8.1 + ubuntu 14.04, 成功,继续安装caffe... 安装: ubuntu 14  .04, 1. 安装开发所需依赖包: sudo ap…
1. 前言 本教程使用的系统是Ubuntu 14.04 LTS 64-bit,使用的CUDA版本为7.5,使用的NVIDIA驱动版本为352. 如果您使用的Pascal架构显卡,如GTX1080或者新ttx,则必须使用更高版本的驱动和CUDA 8.本教程不适于这种情况,请不要尝试. Ubuntu每两年发布一次LTS版本(即长期支持版),所以现在已经发布了16.04 LTS版本.鉴于很多程序在新系统下的兼容性还没有测试,本教程依然介绍的是上一个LTS版本上安装Caffe的方法,随后会推出针对于Ub…
这个也是困扰我很久的问题,之前用 http://www.cnblogs.com/platero/p/3993877.html 的安装方法,装了五六七八九十次,总是出问题. 后来找到了一种新的方法,一个晚上加半个上午,装了ubuntu系统(14.04) + NVIDIA 驱动 + CUDA + CAFFE 全部搞定.还跑了mnist的那个数据库,爽爽的一点问题也没有.具体步骤: 1.安装ubuntu,建议安装英文语言版(我自己安装的是14.04英文语言的). 2.安装NVIDIA 驱动:建议参考博…
Install Cocos2d-x v3.3 on Ubuntu 14.04 & Ubuntu 14.10 1 get the source code sudo apt-get install git git clone https://github.com/cocos2d/cocos2d-x.git or you can download at   http://cn.cocos2d-x.org/download/ 2 init environment cd cocos2d-x/build .…
ubuntu 14.04 安装torch及编译环境zbstudio torch zbstudio 本来是安装官网给的步骤安装torch的,可是碰到一系列的问题,后来参考网上的安装方法安装成功了 官网安装步骤 参考网页 下面总结下安装过程,前提是我是刚装好的ubuntu 14.04,除了装了个中文输入法啥都没动呢 1.安装cmake a. 官网下载cmake-3.6.3.tar.gz b. 解压文件 tar -xvf cmake-3.6.3.tar.gz c. 修改权限 chmod -R 777…
参考: Tentative gNMI support with sysrepo protobuf-c/protobuf-c Ubuntu 14.04 安装 sysrepo v0.7.5 安装依赖: sudo apt-get install cmake libpcre3-dev libavl-dev libev-dev # install protobuf-c sudo apt-get install protobuf-compiler libprotobuf-dev libprotoc-dev…