https://whycan.cn/t_3519.html#p31644
https://github.com/LibreCAD/LibreCAD
LibreCAD 虽然没打开 helix_r9.dxf, 但是我试用了一下, 真挺好用的。
离线
ubuntu 编译:
1. 准备工作:
sudo apt install libboost-dev qt5-default -y
2. 克隆源码:
git clone https://github.com/LibreCAD/LibreCAD.git
3. 编译:
cd LibreCAD
qmake librecad.pro
make
离线
执行 unix/librecad 就可以跑了:
离线
离线
这个软件真省心, ubuntu 编译什么编译错误都没有.
离线
windows 编译稍复杂一点, 不过也挺省心的.
1. 下载 boost sdk:
https://www.boost.org/users/download/
https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.7z
2. 解压, 我的解压路径是 D:\Downloads\boost_1_72_0
3. 设置环境变量 BOOST_DIR, 值为 D:\Downloads\boost_1_72_0
4. 克隆源码:
git clone https://github.com/LibreCAD/LibreCAD.git
5. 编译:
qtcreator.exe 打开 librecad.pro 工程, 直接按编译即可,约20分钟可以编译完成。
离线
离线