VTK arm64 install c++

How to install VTK 9.1 in Xcode 14.3.1 on arm64 processor? I have already tried many ways and it does not work. Maybe there are some options for running on Windows using Visual Studio? Tell me which version of cmake to use and VS itself.

Check the build instructions: Building - VTK documentation it has among others details macOS

If you are on mac you can install vtk through homebrew. see c++ - How to install VTK on a mac? - Stack Overflow