Hello, I find Tao3D a great tool, however, as the precompiled binary crashes on my Mac (OS X 10.11.6), I would like to try building it from source.
I tried to follow the build instructions in the readme page, but when I ran ./configure, I got the following error:
Running: qmake -r -spec macx-g++ CONFIG+=release CONFIG+=silent PACKAGE_APPEND=
Could not find qmake configuration file macx-g++.
Error processing project file: /[myrepo]/tao-3D/main.pro
It looks like configuration failed. You may need additional packages.
brew install qt5 llvm@3.7 vlc nodejs
Am I supposed to find a file called "macx-g++" somewhere? Or should I create it myself. Please advise. Thank you!
Hello, I find Tao3D a great tool, however, as the precompiled binary crashes on my Mac (OS X 10.11.6), I would like to try building it from source.
I tried to follow the build instructions in the readme page, but when I ran ./configure, I got the following error:
Am I supposed to find a file called "macx-g++" somewhere? Or should I create it myself. Please advise. Thank you!