I am not sure if it will work but I copied the mentioned lines which should enable the space-mouse support:triplus wrote: ↑Wed Nov 13, 2019 11:56 pmP.S. As for the Conda macOS packages. AFAIK there is no FOSS counterpart, like there is one for Linux, therefore the question for @looo i guess is, if the same step could be included in the build procedure on Conda, or not? That is adding a step of downloading and installing the 3DConnexion frameworks, before building the FreeCAD?
https://github.com/looooo/freecad-feeds ... 7f7a30cbbf
edit: cmake is still not detecting the space-mouse. I tried to set:
Code: Select all
FREECAD_USE_3DCONNEXION:BOOL=ON
3DCONNEXIONCLIENT_FRAMEWORK:FILEPATH=/Library/Frameworks/3DconnexionClient.framework
edit2: still not working:
Code: Select all
Could NOT find Spnav (missing: SPNAV_LIBRARY SPNAV_INCLUDE_DIR)