# VTK arm64 install c++

**URL:** https://discourse.vtk.org/t/vtk-arm64-install-c/12081
**Category:** Support
**Created:** [August 2, 2023, 6:04pm UTC](https://discourse.vtk.org/t/vtk-arm64-install-c/12081 "2023-08-02T18:04:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Artmin](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/a/b38774/32.png) [@Artmin](https://discourse.vtk.org/u/Artmin)
#### Post date: [August 2, 2023, 6:04pm UTC](https://discourse.vtk.org/t/vtk-arm64-install-c/12081/1 "2023-08-02T18:04:37Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Christos\_Tsolakis](https://discourse.vtk.org/user_avatar/discourse.vtk.org/christos_tsolakis/32/2076_2.png) [@Christos\_Tsolakis](https://discourse.vtk.org/u/Christos_Tsolakis)
#### Post date: [August 2, 2023, 6:58pm UTC](https://discourse.vtk.org/t/vtk-arm64-install-c/12081/2 "2023-08-02T18:58:37Z")

</div>

Check the build instructions: [Building - VTK documentation](https://docs.vtk.org/en/latest/build_instructions/index.html) it has among others details macOS

---

<div class="post-metadata">

### Author: ![gongwaner](https://discourse.vtk.org/user_avatar/discourse.vtk.org/gongwaner/32/6996_2.png) [@gongwaner](https://discourse.vtk.org/u/gongwaner)
#### Post date: [August 3, 2023, 6:03am UTC](https://discourse.vtk.org/t/vtk-arm64-install-c/12081/3 "2023-08-03T06:03:42Z")

</div>

If you are on mac you can install vtk through homebrew. see [c++ - How to install VTK on a mac? - Stack Overflow](https://stackoverflow.com/a/32881161)
