您尚未登录。

楼主 #1 2019-12-02 10:58:05

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

离线

楼主 #7 2019-12-02 13:41:37

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

试一试ubuntu18.04 编译qcad

克隆源码: git clone https://github.com/qcad/qcad.git

安装依赖包:

sudo apt-get install -y qt5-default    \
qtbase5-dev                            \
qtmultimedia5-dev                      \
qtconnectivity5-dev                    \
libqt5opengl5-dev                      \
qtpositioning5-dev                     \
qtdeclarative5-dev                     \
qtscript5-dev                          \
libqt5sensors5-dev                     \
libqt5serialport5-dev                  \
libqt5svg5-dev                         \
qttools5-dev                           \
libqt5webkit5-dev                      \
libqt5websockets5-dev                  \
libqt5x11extras5-dev                   \
libqt5xmlpatterns5-dev                 \
qmake qcad.pro
make

正在编译了。

最近编辑记录 win32prog (2019-12-02 13:44:49)

离线

楼主 #8 2019-12-02 16:21:24

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

两台ubuntu18.04电脑都顺利编译完成, 运行也OK,

现在问题来了, Windows 不知道怎么弄。

打开 qcad.pro 提示一堆错误:

2019-12-02T14:59:51 Clang Code Model: Error: The clangbackend executable "d:\Qt\Qt5.12.3\Tools\QtCreator\bin\clangbackend.exe" could not be started (timeout after 10000ms).
Project MESSAGE: ..\build-qcad-Desktop_Qt_5_12_3_MinGW_32_bit-Debug
Project MESSAGE: ..\build-qcad-Desktop_Qt_5_6_3_MinGW_32bit-Debug
Could not find .pro file for subdirectory "..\build-qcad-Desktop_Qt_5_12_3_MinGW_32_bit-Debug" in "F:/qcad/../build-qcad-Desktop_Qt_5_12_3_MinGW_32_bit-Debug".
Could not find .pro file for subdirectory "..\build-qcad-Desktop_Qt_5_6_3_MinGW_32bit-Debug" in "F:/qcad/../build-qcad-Desktop_Qt_5_6_3_MinGW_32bit-Debug".
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project MESSAGE: Copying imageformats\qgif.dll
Project MESSAGE: Copying imageformats\qico.dll
Project MESSAGE: Copying imageformats\qjpeg.dll
Project MESSAGE: Copying imageformats\qsvg.dll
Project MESSAGE: Copying imageformats\qtga.dll
Project MESSAGE: Copying imageformats\qtiff.dll
Project MESSAGE: Copying imageformats\qwbmp.dll
Project ERROR: Unknown module(s) in QT: script scripttools
Project MESSAGE: Copying sqldrivers\qsqlite.dll
Project MESSAGE: Copying printsupport\windowsprintersupport.dll
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Could not find .pro file for subdirectory "FlexPainter" in "F:/qcad/scripts/Misc/Examples/MathExamples/FlexPainter"

离线

楼主 #9 2019-12-02 17:37:28

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

我编译的版本只能保存成 R15 版本的 DXF 格式, 下载的专业版可以保存成R32版本以下的多种格式:

2019-12-02_173652.png

离线

楼主 #10 2019-12-02 18:37:58

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

有点意思, 油管一搜, 大把的 qcad 视频教程.

离线

楼主 #11 2019-12-02 18:42:41

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

win32prog 说:

我编译的版本只能保存成 R15 版本的 DXF 格式, 下载的专业版可以保存成R32版本以下的多种格式:

https://whycan.cn/files/members/2532/2019-12-02_173652.png

https://qcad.org/en/qcad-documentation/qcad-features

原来官网早就列出来了, 蓝色斜体字只有专业版才有的功能.

离线

楼主 #13 2019-12-02 18:58:23

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

用了一下, qcad 真是太棒了, 以后公司的cad重构一定优先推荐基于这个软件修改.

离线

楼主 #14 2019-12-02 19:21:21

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

2019-12-02_192034.png

打开 SVG 图片

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn