Pangolin
Pangolin copied to clipboard
Dependencies for Archlinux
Is it possible to add dependencies list for archlinux platform?
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
pangolin-git is in AUR already. However the build also fails with ffmpeg 5.0, as mentioned in #737 .
Does the workaround mentioned in #737 work for patching the AUR package to use ffmpeg 4?
I patched the CMakeList.txt to find the ffmpeg4.4 files and it works.
@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.