diff options
| -rwxr-xr-x | install_dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh index 27d04416..865dfee1 100755 --- a/install_dependencies.sh +++ b/install_dependencies.sh @@ -55,7 +55,7 @@ case "$PKG_MGR" in xbps) $SUDO xbps-install -S gc libunistring binutils patchelf gmp ;; pkg_add) $SUDO pkg_add boehm-gc libunistring binutils patchelf gmp ;; freebsd-pkg) $SUDO pkg install boehm-gc libunistring binutils patchelf gmp ;; - brew) brew install bdw-gc libunistring binutils patchelf gmp ;; + brew) brew install bdw-gc libunistring binutils llvm patchelf gmp ;; macports) $SUDO port install boehm-gc libunistring binutils patchelf gmp ;; zypper) $SUDO zypper install gc-devel libunistring-devel binutils patchelf gmp-devel ;; nix) nix-env -iA nixpkgs.boehm-gc nixpkgs.libunistring nixpkgs.binutils nixpkgs.patchelf nixpkgs.gmp ;; |
