Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit914404d

Browse files
committed
fix typo
1 parent0727f01 commit914404d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If some dependency is not enabled in the pre-built wheels, you can also run the
123123

124124
1. Clone this repository:`git clone --recursive https://github.com/skvark/opencv-python.git`
125125
2.``cd opencv-python``
126-
3. Add custom Cmake flags if needed, for example:`exportCMAKE_FLAGS="-DSOME_FLAG=ON -DSOME_OTHER_FLAG=OFF"` (in Windows you need to set environment variables differently depending on Command Line or PowerShell)
126+
3. Add custom Cmake flags if needed, for example:`exportCMAKE_ARGS="-DSOME_FLAG=ON -DSOME_OTHER_FLAG=OFF"` (in Windows you need to set environment variables differently depending on Command Line or PowerShell)
127127
4. Select the version which you wish to build with`ENABLE_CONTRIB` and`ENABLE_HEADLESS`: i.e.`export ENABLE_CONTRIB=1` if you wish to build`opencv-contrib-python`
128128
5. Run``pip wheel . --verbose``. NOTE: make sure you have the latest``pip``, the``pip wheel`` command replaces the old``python setup.py bdist_wheel`` command which does not support``pyproject.toml``.
129129
- Optional: on Linux use the`manylinux` images as a build hosts if maximum portability is needed and run`auditwheel` for the wheel after build

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp