-
Notifications
You must be signed in to change notification settings - Fork 109
Is it possible to get Coin to use X11 instead of Quartz
Volker Enderlein edited this page Dec 25, 2019
·
1 revision
You are here: Home → Documentation → Mac information page → Coin3D/Mac FAQ → Building, Installation, Deployment → X11
Yes. Just use the configure option --enable-darwin-x11. Note that you will need to build all packages (Coin and SoQt/SoXt) using this flag - using SoXt with the "standard" Coin won't work.
You might also want to disable frameworks and do a UNIX-style .dylib install instead: --without-framework.
So e.g. if you want to build both Coin and SoXt, you would configure them as
Coin/configure --enable-darwin-x11 --without-framework
SoXt/configure --enable-darwin-x11