]> arthur.barton.de Git - bup.git/blob - dev/prep-for-macos-build
78ae3a50dc5af52ca5fe6e128cd4f8c81b126f1b
[bup.git] / dev / prep-for-macos-build
1 #!/bin/sh
2
3 set -ex
4
5 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
6
7 brew update
8 brew install par2 readline rsync pkg-config
9
10 # This avoid's macos interference, i.e. without this it looks like we
11 # won't actually be able to use the readline we just installed above.
12 brew link --force readline
13 # "brew unlink readline" will undo this hack