Building QCAD on FreeBSD

Discussion forum for C++ and script developers who are using the QCAD development platform or who are looking to contribute to QCAD (translations, documentation, etc).

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files, scripts and screenshots.

Post one question per topic.

Post Reply
User avatar
andrew
Site Admin
Posts: 9037
Joined: Fri Mar 30, 2007 6:07 am

Building QCAD on FreeBSD

Post by andrew » Sat Aug 10, 2013 3:58 pm

Building instructions / patches for FreeBSD by Th. Thomas:

The attached patches are used to build QCAD on FreeBSD.

Notes:

- patch-shared_app.pri adds a dependency to libexecinfo (not required with the latest master branch).

It could be useful also for the other BSDs.

- patch-src_3rdparty_opennurbs_opennurbs_system.h remove malloc.h (not required with the latest master branch).

- patch-src_3rdparty_3rdparty.pro, patch-src_core_core.pro, patch-src_core_math_RSpline.h and patch-src_entity_entity.pro allow to use opennurbs as a dependency from the ports system, which is the recommended method, but you may ignore them in the general distribution sources if you prefer.

- patch-src_core_RSettings.cpp is specific to the ports system (”/usr/local/share/qcad” is not really hardcoded, and modified according to $PREFIX at build time): you may ignore it if you want.
Attachments
qcad_FreeBSD_3.2.0.0.tar.gz
(1.67 KiB) Downloaded 520 times

Post Reply

Return to “QCAD Programming, Script Programming and Contributing”