
Ubuntu
anklean
长期从事CAD、CAM程序行当,熟悉OpenCascade、FreeCAD、OpenCAMLib这些东东~~~
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu下编译Coin3D时,提示“cc_debugerror_post”错误的解决办法
在Ubuntu下编译Coin3D时,使用的gcc如果是4.6版,会给出错误提示: ../../include/Inventor/SbVec2s.h:72:83: required from here ../../include/Inventor/SbBasic.h:99:5: error: 'cc_debugerror_post' was not declared in this sc原创 2017-02-28 11:54:58 · 1028 阅读 · 0 评论 -
在ubuntu上编译boost,boost的安装目录设置
在ubuntu上编译boost,boost的安装目录设置如下 $ ./bootstrap.sh --prefix=path/to/installation/prefix $ ./b2 install原创 2017-02-28 09:29:39 · 2426 阅读 · 1 评论 -
在Ubuntu 上编译qt4.8.6,提示“You don't seem to have 'make' or 'gmake' in your PATH. cannot proceed".”
在Ubuntu 上编译qt4.8.6,提示“You don't seem to have 'make' or 'gmake' in your PATH. cannot proceed".” 用env看,make所在的路径的确已经包含在了PATH里了? 而且平时编译用MAKE都是好用的。 使用which能够看到make $which make 返回 /usr/bin/make原创 2017-02-28 12:34:56 · 5339 阅读 · 0 评论 -
在ubuntu下编译Poco1.6.1
在ubuntu下编译Poco1.6.1 使用odbc时,需要先编译unixODB ./configure --prefix=/home/zhangkun/work/repos make make install make clean 然后在poco的configure中指定odbc的路径 ./configure --prefix=/home/zhangkun/wor原创 2017-02-28 13:11:15 · 934 阅读 · 0 评论 -
List Of CAM References LinuxCNCKnowledgeBase
List Of CAM References LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org Links and references to CAM papers (toolpath generation algorithms) see also White转载 2017-09-18 22:35:52 · 644 阅读 · 0 评论 -
Kafka 使用
Kafka 需要搭配zookeeper使用。下载kafka http://mirror.bit.edu.cn/apache/kafka/1.1.0/kafka_2.11-1.1.0.tgz 下载zookeeperhttp://mirror.bit.edu.cn/apache/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz 环境Linuxmint...原创 2018-06-08 23:32:45 · 3336 阅读 · 0 评论