Thank you for providing constant updates to this great software!
I am on MacOS 13.4 on Mac using ARM architecture, and I have an installed ARM distribution on R
I updated my afni installation according to this guide 1.1.11. macOS, 12+ (Apple Silicon: M1, M2, …) — AFNI, SUMA and FATCAT: v23.1.08
The instalation was without problems, but unfortunately I weren't able to run some script due to AFNI being x64 and my R being arm64; after deleting installation and compiling from source everything run smoothly;
I would like to ask for update of the documentation, it would save my time (more encouragement of building from source for those who usr arm-native R will be enough)
Another issue:
Here
https://afni.nimh.nih.gov/pub/dist/HOWTO/howto/ht00_inst/html/mac_comp.html
the line used to list make file
ls Makefile.macosx*
should change to
ls Makefile.macos*
the previous command doesn't list some of the newest makefiles,
MacOSX changed its name 7 years ago :)