-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1438 from madeline-underwood/OpenCV_WoA
OpenCV_WoA_AP to review
- Loading branch information
Showing
5 changed files
with
101 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 54 additions & 0 deletions
54
content/learning-paths/laptops-and-desktops/win-opencv/1.5-opencv-setup.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
title: Setup | ||
weight: 3 | ||
|
||
### FIXED, DO NOT MODIFY | ||
layout: learningpathall | ||
--- | ||
## 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 | ||
|
||
* [CMake](/install-guides/cmake). | ||
|
||
{{% notice Note %}} | ||
This Learning Path was tested with CMake version 3.28.1. | ||
{{% /notice %}} | ||
|
||
* [Git for Windows on Arm](/install-guides/git-woa). | ||
|
||
### For MSVC | ||
|
||
Follow the link to install the required tools for a method using MSVC. | ||
|
||
* [Visual Studio 2022 or higher](/install-guides/vs-woa). | ||
|
||
{{% notice Note %}} | ||
The instructions were tested with Visual Studio 2022. | ||
{{% /notice %}} | ||
|
||
### For Clang | ||
|
||
To build using Clang, install the following tools: | ||
|
||
* [LLVM](/install-guides/llvm-woa/). | ||
|
||
{{% notice Note %}} | ||
This Learning Path was tested with LLVM version 18.1.8. | ||
{{% /notice %}} | ||
|
||
* [Ninja]( https://github.com/ninja-build/ninja/releases). | ||
|
||
{{% notice Note %}} | ||
This Learning Path was tested with Ninja version 1.11.1. | ||
{{% /notice %}} | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 4 additions & 6 deletions
10
content/learning-paths/laptops-and-desktops/win-opencv/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters