How to run BioImageXD on Mac?

Hi, I am trying to run the BioImageXD.py file. I followed all the instructions, but nothing appears. Instructions:

Add VTK and ITK library paths to the DYLD_LIBRARY_PATH variable. It:

${BXD_PATH}/Libraries/
${BXD_PATH}/Libraries/python2.7/site-packages/vtkbxd/
${BXD_PATH}/Libraries/vtk-5.6/
${BXD_PATH}/Libraries/InsightToolkit/

For example add following lines to your .bash_profile file:
BXD_PATH="Put your path to BioImageXD here"
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:${BXD_PATH}/Libraries/:${BXD_PATH}/Libraries/python2.7/site-packages/vtkbxd/:${BXD_PATH}/Libraries/vtk-5.6/:${BXD_PATH}/Libraries/InsightToolkit/
+4
source share
1 answer

I had the same problem, in my case I did not have CMake and SWIG prerequisites. It also seems that you did not follow the installation instructions. please check them

+1
source

All Articles