1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-20 01:18:53 +03:00

Add support to install deps on Arch

This commit is contained in:
aslikr42069 2022-07-13 21:54:09 -05:00
parent b8a4df51ca
commit dabe283e4a

View File

@ -29,6 +29,9 @@ opensuse-tumbleweed*)
gentoo*) gentoo*)
emerge dev-vcs/git dev-util/cmake sys-libs/zlib emerge dev-vcs/git dev-util/cmake sys-libs/zlib
;; ;;
arch*)
pacman -S base-devel zlib openssl cmake util-linux git
;;
*) *)
echo "Error: don't know anything about build dependencies on $ID $VERSION_ID" echo "Error: don't know anything about build dependencies on $ID $VERSION_ID"
exit 1 exit 1