Before you begin

You can use any Windows on Arm machine that has the required tools for this Learning Path.

The Learning Path shows you how to build OpenCV using MSVC or Clang.

Click on the links below for the tools download instructions.

For both compilers

Note

This Learning Path was tested with CMake version 3.28.1.

For MSVC

Follow the link to install the required tools for a method using MSVC.

Note

The instructions were tested with Visual Studio 2022.

For Clang

To build using Clang, install the following tools:

Note

This Learning Path was tested with LLVM version 18.1.8.

Note

This Learning Path was tested with Ninja version 1.11.1.

Make sure LLVM Clang and Ninja are in your search path. If they are not, you can use Windows Control Panel to set the path environment variable.

You now have the required development tools installed. You can move on to the page for the compiler that you want to build with.

Back
Next