-
Notifications
You must be signed in to change notification settings - Fork 13
Run Vaa3D on Mac.wiki
Yimin Wang edited this page Apr 6, 2021
·
2 revisions
- First download the pre-compiled Qt 4.7.1 from https://home.penglab.com/tmp/qt7.tar.gz and extract it to the /usr/local/Trolltech directory;
- Download Vaa3D 3.458 from GitHub https://github.com/Vaa3D/Vaa3D_Wiki/wiki/Download-Vaa3D-executables;
- Go to vaa3d64.app package contents, go to macOS and run vaa3d64 inside;
- Then you can run vaa3D successfully.
- If you don't download the pre-compiled Qt 4.7.1 beforehand, you will get the error that Vaa3D is trying to call "QtGUI" from a location that doesn't exist. Another solution is to find these files and put them in the appropriate location.
Some people found that for new Mac OS there is an issue to detect and run the DLL (plugins), which is due to the OS's gatekeeper
You may disable it by typing at a command line Terminal window
sudo spctl --master-disable
Neuron Tracing
Converting Big-Image-Data
Build Vaa3D Qt6 version on Windows
Build Vaa3D Qt6 version on Ubuntu 20.04