Pangolin icon indicating copy to clipboard operation
Pangolin copied to clipboard

Dependencies for Archlinux

Open niu-niu opened this issue 3 years ago • 5 comments

Is it possible to add dependencies list for archlinux platform?

niu-niu avatar Feb 16 '22 10:02 niu-niu

I don't have any experience with archlinux, but If you wanted to create a pull request with the required changes in install_prerequisites.sh I'd consider including them

stevenlovegrove avatar Feb 18 '22 04:02 stevenlovegrove

pangolin-git is in AUR already. However the build also fails with ffmpeg 5.0, as mentioned in #737 .

PeterBee97 avatar Feb 28 '22 02:02 PeterBee97

Does the workaround mentioned in #737 work for patching the AUR package to use ffmpeg 4?

NikolausDemmel avatar Mar 03 '22 10:03 NikolausDemmel

I patched the CMakeList.txt to find the ffmpeg4.4 files and it works.

PeterBee97 avatar Mar 03 '22 10:03 PeterBee97

@niu-niu You can extend the install script with an additional package manager. For this, you have to add pacman to MANAGERS=(dnf apt port vcpkg brew) and then add a new else block with the package list to list of package manager cases: https://github.com/stevenlovegrove/Pangolin/blob/d64507241dc79ecd98c1dea267d74dac34663629/scripts/install_prerequisites.sh#L114-L123.

christian-rauch avatar Apr 19 '22 15:04 christian-rauch