From e3f136cdda53577229a47972c5250e946e105106 Mon Sep 17 00:00:00 2001 From: sammyf <42468608+sammyf@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:23:10 +0200 Subject: [PATCH] Update 060_INSTALL_PATCHMATCH.md installing the packaged 'blas' is needed in Archlinux, otherwise patchmatch fails initializing with a "libblas.so.3 missing" error. --- docs/installation/060_INSTALL_PATCHMATCH.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation/060_INSTALL_PATCHMATCH.md b/docs/installation/060_INSTALL_PATCHMATCH.md index 6ac6e2814e..ccfd19d207 100644 --- a/docs/installation/060_INSTALL_PATCHMATCH.md +++ b/docs/installation/060_INSTALL_PATCHMATCH.md @@ -87,18 +87,18 @@ Prior to installing PyPatchMatch, you need to take the following steps: sudo pacman -S --needed base-devel ``` -2. Install `opencv`: +2. Install `opencv` and `blas`: ```sh - sudo pacman -S opencv + sudo pacman -S opencv blas ``` or for CUDA support ```sh - sudo pacman -S opencv-cuda + sudo pacman -S opencv-cuda blas ``` - + 3. Fix the naming of the `opencv` package configuration file: ```sh