@@ -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
114114When 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" }
117117ls ./install/bin
118118Mode 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" }
128131ls ./install/lib
129- Directory: C:\U sers\k okmit01 \w ork\o pencv\b uild_clang\i nstall\l ib
132+ Directory: C:\U sers\u sername \w ork\o pencv\b uild_clang\i nstall\l ib
130133Mode LastWriteTime Length Name
131134---- ------------- ------ ----
132135-a---- 08/11/2024 09:23 434 OpenCVConfig-version.cmake
0 commit comments