Skip to content

Commit c951770

Browse files
committed
update image files
1 parent fb1124b commit c951770

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
lines changed

content/learning-paths/laptops-and-desktops/win-opencv/2-1-build-msvc.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ If the configuration is successful, a message similar to the following should be
8686
[...]
8787
-- C Compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.41.34120/bin/Hostarm64/arm64/cl.exe
8888
[...]
89-
-- Install to: C:/Users/kokmit01/work/opencv/build_msvc/install
89+
-- Install to: C:/Users/username/work/opencv/build_msvc/install
9090
-- -----------------------------------------------------------------
9191
--
9292
-- Configuring done (97.5s)
9393
-- Generating done (2.8s)
94-
-- Build files have been written to: C:/Users/kokmit01/work/opencv/build_msvc
94+
-- Build files have been written to: C:/Users/username/work/opencv/build_msvc
9595
```
9696

9797
### Build and install
@@ -111,9 +111,9 @@ The build takes approximately 25 mins on Lenovo X13s
111111

112112
When the build and the install is complete, confirm the shared library have been created:
113113

114-
```bash { output_lines = "2-12,15-22" }
114+
```bash { output_lines = "2-11" }
115115
ls ./install/x64/vc17/bin
116-
Directory: C:\Users\kokmit01\work\opencv\build_msvc\install\x64\vc17\bin
116+
Directory: C:\Users\username\work\opencv\build_msvc\install\x64\vc17\bin
117117
Mode LastWriteTime Length Name
118118
---- ------------- ------ ----
119119
-a---- 08/11/2024 09:03 43008 opencv_annotation.exe
@@ -124,9 +124,11 @@ Mode LastWriteTime Length Name
124124
-a---- 08/11/2024 08:50 26391552 opencv_videoio_ffmpeg4100_64.dll
125125
-a---- 08/11/2024 09:12 56320 opencv_visualisation.exe
126126
-a---- 08/11/2024 09:03 27179008 opencv_world4100.dll
127+
```
127128

129+
```bash { output_lines = "2-9" }
128130
ls ./install/x64/vc17/lib
129-
Directory: C:\Users\kokmit01\work\opencv\build_msvc\install\x64\vc17\lib
131+
Directory: C:\Users\username\work\opencv\build_msvc\install\x64\vc17\lib
130132
Mode LastWriteTime Length Name
131133
---- ------------- ------ ----
132134
-a---- 08/11/2024 08:50 434 OpenCVConfig-version.cmake

content/learning-paths/laptops-and-desktops/win-opencv/2-2-build-clang.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If the configuration is successful, a message similar to the following should be
6969
-- Host: Windows 10.0.22631 ARM64
7070
-- CMake: 3.28.1
7171
-- CMake generator: Ninja
72-
-- CMake build tool: C:/Users/kokmit01/work/venv/Scripts/ninja.exe
72+
-- CMake build tool: C:/Users/username/work/venv/Scripts/ninja.exe
7373
-- Configuration: Release
7474
--
7575
-- CPU/HW features:
@@ -88,12 +88,12 @@ If the configuration is successful, a message similar to the following should be
8888
[...]
8989
-- C Compiler: C:/Program Files/LLVM/bin/clang.exe
9090
[...]
91-
-- Install to: C:/Users/kokmit01/work/opencv/build_clang/install
91+
-- Install to: C:/Users/username/work/opencv/build_clang/install
9292
-- -----------------------------------------------------------------
9393
--
9494
-- Configuring done (244.5s)
9595
-- Generating done (1.4s)
96-
-- Build files have been written to: C:/Users/kokmit01/work/opencv/build_clang
96+
-- Build files have been written to: C:/Users/username/work/opencv/build_clang
9797
```
9898

9999
### Build and install
@@ -113,7 +113,7 @@ The build takes approximately 25 mins on Lenovo X13s
113113

114114
When the build and the install is complete, confirm the shared library have been created:
115115

116-
```bash { output_lines = "2-11,13-20" }
116+
```bash { output_lines = "2-11" }
117117
ls ./install/bin
118118
Mode LastWriteTime Length Name
119119
---- ------------- ------ ----
@@ -125,8 +125,11 @@ Mode LastWriteTime Length Name
125125
-a---- 08/11/2024 09:23 26391552 opencv_videoio_ffmpeg4100_64.dll
126126
-a---- 08/11/2024 09:51 51712 opencv_visualisation.exe
127127
-a---- 08/11/2024 09:50 20207104 opencv_world4100.dll
128+
```
129+
130+
```bash { output_lines = "2-9" }
128131
ls ./install/lib
129-
Directory: C:\Users\kokmit01\work\opencv\build_clang\install\lib
132+
Directory: C:\Users\username\work\opencv\build_clang\install\lib
130133
Mode LastWriteTime Length Name
131134
---- ------------- ------ ----
132135
-a---- 08/11/2024 09:23 434 OpenCVConfig-version.cmake
115 KB
Loading
98.2 KB
Loading
23.1 KB
Loading
3.67 KB
Loading

0 commit comments

Comments
 (0)