File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ and additionally to support more OpenCV modules:
43
43
44
44
` apt install libopencv-dev clang libclang-dev `
45
45
46
+ #### Opensuse:
47
+
48
+ ` zypper install opencv-devel clang-devel gcc-c++ `
49
+
46
50
#### Other Linux:
47
51
You have several options of getting the OpenCV library:
48
52
@@ -119,8 +123,9 @@ use this example [rpi-xcompile.Dockerfile](https://github.com/twistedfall/opencv
119
123
docker build -t rpi-xcompile -f tools/docker/rpi-xcompile.Dockerfile tools
120
124
```
121
125
122
- Building this image requries ` qemu-arm ` to be present on the host system and the corresponding ` binfmt-misc ` set up (see
123
- e.g. https://wiki.debian.org/QemuUserEmulation , only ` Installing packages ` should be enough).
126
+ Building this image requries ` qemu-arm ` to be present on the host system and the corresponding ` binfmt-misc ` set up
127
+ - see e.g. https://wiki.debian.org/QemuUserEmulation , only ` Installing packages ` should be enough for debian-based distros,
128
+ - for opensuse, install ` qemu-linux-user ` via zypper to set up the host correctly.
124
129
125
130
After the successful build you will have an image configured for cross-compilation to Raspberry Pi. It will contain the
126
131
sample build script ` /usr/local/bin/cargo-xbuild ` that you can check for the correct environment setup and the specific
You can’t perform that action at this time.
0 commit comments