Open trappist opened 6 years ago
Builds and runs just fine on High Sierra with homebrew-installed dependencies (berkeley-db@4 is the only tricky one)
berkeley-db@4
Except none of the shell scripts in the repo are executable, but
find . -iname '*.sh' -exec chmod +x {} \;
fixes that
Builds and runs just fine on High Sierra with homebrew-installed dependencies (
berkeley-db@4
is the only tricky one)