Skip to content

Commit c28dc6f

Browse files
Tweaking the language to improve readability.
1 parent 45c5f90 commit c28dc6f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

content/learning-paths/laptops-and-desktops/win-opencv/1.5-opencv-setup.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ Click on the links below for download instructions for the tools that you need.
1414
* [CMake](/install-guides/cmake).
1515

1616
{{% notice Note %}}
17-
The instructions were tested with version 3.28.1.
17+
This Learning Path was tested with CMake version 3.28.1.
1818
{{% /notice %}}
1919

20-
* [Git for Windows on Arm](/install-guides/git-woa)
20+
* [Git for Windows on Arm](/install-guides/git-woa).
21+
22+
#### For MSVC
2123

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

@@ -27,20 +29,22 @@ Follow the link to install the required tools for a method using MSVC.
2729
The instructions were tested with Visual Studio 2022.
2830
{{% /notice %}}
2931

30-
To build using Clang, please install the following.
32+
#### For Clang
33+
34+
To build using Clang, install the following tools:
3135

32-
* [LLVM](/install-guides/llvm-woa/)
36+
* [LLVM](/install-guides/llvm-woa/).
3337

3438
{{% notice Note %}}
35-
The instructions were tested with the version 18.1.8.
39+
This Learning Path was tested with LLVM version 18.1.8.
3640
{{% /notice %}}
3741

38-
* [Ninja]( https://github.com/ninja-build/ninja/releases)
42+
* [Ninja]( https://github.com/ninja-build/ninja/releases).
3943

4044
{{% notice Note %}}
41-
The instructions were tested with version 1.11.1
45+
This Learning Path was tested with Ninja version 1.11.1.
4246
{{% /notice %}}
4347

4448
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.
4549

46-
You now have the required development tools installed. Please proceed to the page for the compiler you want to build with.
50+
You now have the required development tools installed. You can now move on to the page for the compiler that you want to build with.

0 commit comments

Comments
 (0)