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
Only if you do not have Systemd but OpenRC (it is not officially supported, so the version maybe oudated):
47
-
```
48
-
cp sources/boot_service/openrc/meson.build .
49
-
```
50
-
51
46
Download a tiny version of opencv that will be statically linked. If you are on ARM plateform, you have to build it yourself by executing the [script here](https://github.com/EmixamPP/opencv-tiny/blob/main/build_opencv.sh). This is not required, you can use the shared opencv library of your distro. But it is recommanded in order to do not have issues after distro updates:
52
47
```
53
48
curl -L https://github.com/EmixamPP/opencv-tiny/raw/main/opencv-4.7.0.tar.xz | tar -xJ
@@ -57,6 +52,15 @@ sed -i "3s@prefix=@&${PWD}/@" opencv-4.7.0/lib64/pkgconfig/opencv4.pc
57
52
Build linux-enable-ir-emitter (remove `--pkg-config-path...` if you skipped the previous step, or change the path by `opencv-*/build/install_dir/lib*/pkgconfig` if you built it yourself):
0 commit comments