Il giorno mer 26 giu 2019 alle ore 17:55 Tim Dickson via
SlackBuilds-users ha scritto:
>
> frei0r slackbuild is failing to build with opencv (4) giving the
> following...
>
> CMake Error: The following variables are used in this project, but they
> are set to NOTFOUND.
> Please set them or make su
frei0r slackbuild is failing to build with opencv (4) giving the
following...
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
OpenCV_INCLUDE_DIR
I have tried adding
On 26/6/19 7:13 am, Erich Ritz via SlackBuilds-users wrote:
> I added "rm -rf build" before the "python3 setup.py ..." line:
>
> python setup.py install --root=$PKG
> rm -rf build
> python3 setup.py install --root=$PKG
>
> See the attached patch.
>
This is a much better solution than the one I