diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-25 15:12:37 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-25 15:12:37 -0400 |
| commit | c0c0b8f3b595967bd72df79a8c1f07db358b0741 (patch) | |
| tree | 845276fcf2f8dfcecd27e6b10904d47cfd281235 /install_dependencies.sh | |
| parent | e531c0179299de7fbaa84dda39ab1bd289cecf88 (diff) | |
Have mac install llvm
Diffstat (limited to 'install_dependencies.sh')
| -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 ;; |
