Commit bc491df2 authored by Stefan Westerfeld's avatar Stefan Westerfeld

MISC: add build script for macOS

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 3d4b87d8
#!/bin/bash
set -Eeuo pipefail -x
brew install autoconf-archive automake libsndfile fftw
./autogen.sh
make
make check
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment