您当前的位置:首页 > IT编程 > C++
| C语言 | Java | VB | VC | python | Android | TensorFlow | C++ | oracle | 学术与代码 | cnn卷积神经网络 | gnn | 图像修复 | Keras | 数据集 | Neo4j | 自然语言处理 | 深度学习 | 医学CAD | 医学影像 | 超参数 | pointnet | pytorch |

自学教程:在windows编译qcad

51自学网 2023-01-03 20:05:03
  C++
这篇教程在windows编译qcad写得很实用,希望能帮到您。

Windows

  1. Download and install a C++ compiler, for example:
  2. Download and install Qt from qt.io (see supported platforms):
  3. If available, download and extract Teigha (e.g. Kernel_vc14_amd64md.zip and Drawings_vc14_amd64md.zip) into qcadpro/src/io/dwg/opendesign and copy OdActivationInfo to qcadpro/src/io/dwg/opendesign/ThirdParty/activation.
  4. Configure QCAD. Optional modules installed side-by-side with the qcad directory are configured automatically:
    cd c:\Users\me\qcad\qcad
    c:\Qt\Qt5.13.2\5.13\msvc2015_64\bin\qmake -r CONFIG+=ractivated
  5. Compile QCAD. For example on cygwin:

    nmake release

    Alternatively, you may want to use jom, an nmake clone which speeds up compilation significantly by using all available CPU cores.

  6. Launch QCAD. For example with:

    release\qcad.exe
  7. (Optional) For code signing, open certlm.msc, click on "Personal" folder, choose Action > All Tasks > Import and select P12 file to import.

Supported C++ Compilers and Qt Versions

The following list is intended for developers who are choosing a Qt version to compile QCAD against.

All listed Qt version / platform combinations have been tested. Other, not listed Qt versions might or might not work.

Some Qt versions are explicitly NOT recommended due to known significant bugs in Qt.

Qt 6.x is currently not supported.

  • Windows:
    • Compilers / SDKs:
      • MSVC 2010 32bit / Microsoft Windows SDK for Windows 7 and .NET Framework 4
      • MSVC 2013 64bit / Microsoft Visual Studio 2013 SDK
    • Qt Versions:
      • Qt 4.7.4 is recommended for older platforms
      • Qt 4.8.7 is NOT recommended:
        • FS#1241: no interaction with widgets, graphics view possible
      • Qt 5.5.1 is recommended with patches for:

C++ 有用的资源
QCAD Community Edition Source Code
51自学网,即我要自学网,自学EXCEL、自学PS、自学CAD、自学C语言、自学css3实例,是一个通过网络自主学习工作技能的自学平台,网友喜欢的软件自学网站。
京ICP备13026421号-1