AreTomo3 installation issues

less than 1 minute read

Published:

How to install AreTomo3?

The tutorial commands result in error messages.

git clone https://github.com/czimaginginstitute/AreTomo3.git
cd AreTomo3
make -f makefile11 CUDAHOME=/usr/local/cuda \
     CXXFLAGS="-I/usr/local/cuda/include" \
     LDFLAGS="-L/usr/local/cuda/lib64"