-
Notifications
You must be signed in to change notification settings - Fork 109
Building UBs
Volker Enderlein edited this page Dec 25, 2019
·
1 revision
You are here: Home → Documentation → Mac information page → Coin3D/Mac FAQ → Universal Binaries → Building UBs
To build the Universal Binary version of Coin (or SoQt, simage, SmallChange) pass the --enable-universal flag to configure. This should work both on PowerPC and Intel systems. (However, please note the issue related to building on PPC below.)
Note that in order to be able to create Universal Binaries, all libraries and frameworks that you link against must also be Universal. So e.g. to be able to create a UB version of SoQt, you'll also need a UB version of Coin and Qt.