You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -79,15 +79,16 @@ A: It's easier for users to understand ``opencv-python`` than ``cv2`` and it mak
79
79
80
80
## Documentation for opencv-python
81
81
82
-
[](https://ci.appveyor.com/project/skvark/opencv-python)
83
-
[](https://travis-ci.com/github/skvark/opencv-python/)
[](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_macos.yml)
84
85
85
86
The aim of this repository is to provide means to package each new [OpenCV release](https://github.com/opencv/opencv/releases) for the most used Python versions and platforms.
86
87
87
88
### CI build process
88
89
89
90
The project is structured like a normal Python package with a standard ``setup.py`` file.
90
-
The build process for a single entry in the build matrices is as follows (see for example ``appveyor.yml`` file):
91
+
The build process for a single entry in the build matrices is as follows (see for example `.github/workflows/build_wheels_linux.yml` file):
91
92
92
93
0. In Linux and MacOS build: get OpenCV's optional C dependencies that we compile against
93
94
@@ -181,7 +182,7 @@ Third party package licenses are at [LICENSE-3RD-PARTY.txt](https://github.com/o
181
182
182
183
All wheels ship with [FFmpeg](http://ffmpeg.org) licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html).
183
184
184
-
Non-headless Linux and MacOS wheels ship with [Qt 5](http://doc.qt.io/qt-5/lgpl.html) licensed under the [LGPLv3](http://www.gnu.org/licenses/lgpl-3.0.html).
185
+
Non-headless Linux wheels ship with [Qt 5](http://doc.qt.io/qt-5/lgpl.html) licensed under the [LGPLv3](http://www.gnu.org/licenses/lgpl-3.0.html).
185
186
186
187
The packages include also other binaries. Full list of licenses can be found from [LICENSE-3RD-PARTY.txt](https://github.com/opencv/opencv-python/blob/master/LICENSE-3RD-PARTY.txt).
0 commit comments