diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 16:07:02 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 16:07:02 -0500 |
| commit | ec0a043dee7a5465a09fc2723680e743a5d18213 (patch) | |
| tree | 437ff867d04dac6a62dd8d428a28ea31ce075084 | |
| parent | e9ec2558b7493064d0c353007b79791e3946eb4a (diff) | |
Mac doesn't need to install xxd
| -rwxr-xr-x | install_dependencies.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh index 5ce6bd74..be5810d0 100755 --- a/install_dependencies.sh +++ b/install_dependencies.sh @@ -55,8 +55,8 @@ case "$PKG_MGR" in xbps) $SUDO xbps-install -S gc libunistring binutils gmp xxd ;; pkg_add) $SUDO pkg_add boehm-gc libunistring binutils gmp xxd ;; freebsd-pkg) $SUDO pkg install boehm-gc libunistring binutils gmp xxd ;; - brew) brew install bdw-gc libunistring binutils llvm gmp xxd ;; - macports) $SUDO port install boehm-gc libunistring binutils gmp xxd ;; + brew) brew install bdw-gc libunistring binutils llvm gmp ;; + macports) $SUDO port install boehm-gc libunistring binutils gmp ;; zypper) $SUDO zypper install gc-devel libunistring-devel binutils gmp-devel xxd ;; nix) nix-env -iA nixpkgs.boehmgc.dev nixpkgs.libunistring nixpkgs.binutils nixpkgs.nixpkgs.gmp xxd ;; spack) spack install boehm-gc libunistring binutils gmp xxd ;; |
