ocvcoin / ocv2_algo

This repo contains examples and scripts so you can add the ocv2 algorithm to your projects
1 stars 3 forks source link

repair build please #1

Closed Zer0n4ik closed 1 year ago

Zer0n4ik commented 1 year ago

Error libocv2.so in ubuntu:focal //tested

./minerd: error while loading shared libraries: libocv2.so: cannot open shared object file: No such file or directory

Can add symlink after cp (copy) lib in /usr/local/lib/libocv2.so

/// Command ln -s /usr/local/lib/libocv2.so /lib/libocv2.so

Maybe i can help you? I can build pipeline for build minerd and libocv2.so or deb package with install in path lib and minerd.

Thanks

ocvcoin commented 1 year ago

thank you. fixed. autoinstall script for debian would be nice