absolutecrypto / absolute

MIT License
7 stars 20 forks source link

Need an OSX build #1

Open trappist opened 6 years ago

trappist commented 6 years ago

Builds and runs just fine on High Sierra with homebrew-installed dependencies (berkeley-db@4 is the only tricky one)

trappist commented 6 years ago

Except none of the shell scripts in the repo are executable, but

find . -iname '*.sh' -exec chmod +x {} \;

fixes that