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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,12 +74,12 @@ dotnet run
74
74
```
75
75
76
76
### Other Linux distributions
77
-
Add `OpenCvSharp4` and `OpenCvSharp4.official.runtime.linux-x64` NuGet packages to your project. This package is built on Ubuntu 24.04 and may work on other recent Linux distributions.
77
+
Add `OpenCvSharp4` and the appropriate Ubuntu runtime package (for example `OpenCvSharp4.official.runtime.ubuntu.24.04-x64`) to your project. The Ubuntu runtime packages are built on the specified Ubuntu releases and may work on similar distributions.
|**OpenCvSharp4.runtime.win**| Native bindings for Windows x64/x86 (except UWP) |[](https://badge.fury.io/nu/OpenCvSharp4.runtime.win)|
164
164
|**OpenCvSharp4.runtime.uwp**| Native bindings for UWP (Universal Windows Platform) x64/x86/ARM |[](https://badge.fury.io/nu/OpenCvSharp4.runtime.uwp)|
165
-
|**OpenCvSharp4.official.runtime.linux-x64**| Native bindings for Linux x64 (built on Ubuntu 24.04) |[](https://badge.fury.io/nu/OpenCvSharp4.official.runtime.linux-x64)|
166
165
|**OpenCvSharp4.official.runtime.ubuntu.22.04-x64**| Native bindings for Ubuntu 22.04 x64 |[](https://badge.fury.io/nu/OpenCvSharp4.official.runtime.ubuntu.22.04-x64)|
167
166
|**OpenCvSharp4.official.runtime.ubuntu.24.04-x64**| Native bindings for Ubuntu 24.04 x64 |[](https://badge.fury.io/nu/OpenCvSharp4.official.runtime.ubuntu.24.04-x64)|
168
167
|**OpenCvSharp4.runtime.linux-arm**| Native bindings for Linux Arm |[](https://www.nuget.org/packages/OpenCvSharp4.runtime.linux-arm/)|
0 commit comments