摘要: cd cere-solvermkdir buildcd buildcmake ..sudo makesudo make install 卸载通过以上方式源码安装的库 再次进入buildsudo make uninstall 阅读全文
posted @ 2019-07-05 12:38 anobscureretreat 阅读(1316) 评论(0) 推荐(0)
摘要: sudo apt-get install libbullet-dev sudo apt-get install ros-indigo-bfl sudo apt-get install libsdl-dev sudo apt-get install libsdl-image1.2-dev pip in 阅读全文
posted @ 2019-07-05 01:14 anobscureretreat 阅读(221) 评论(0) 推荐(0)
摘要: 安装依赖(cmake 版本为2.8,我的是自带的)sudo apt-get updatesudo apt-get install -y g++ git google-mock libboost-all-dev libeigen3-dev libgflags-dev libgoogle-glog-de 阅读全文
posted @ 2019-07-05 01:13 anobscureretreat 阅读(299) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/38605734/mac-cannot-find-eigen3 https://blog.csdn.net/qq_42145185/article/details/80955894 https://blog.csdn.net/q 阅读全文
posted @ 2019-07-05 01:06 anobscureretreat 阅读(1391) 评论(0) 推荐(0)
摘要: 只有系统管理者(root)才有这样的权限#将文件 file1.txt 的拥有者设为 runoob,群体的使用者 runoobgroupchown runoob:runoobgroup file1.txt#将目前目录下的所有文件与子目录的拥有者皆设为 runoob,群体的使用者 runoobgroup 阅读全文
posted @ 2019-07-05 01:06 anobscureretreat 阅读(440) 评论(0) 推荐(0)