Closed metawops closed 3 years ago
Hi! You need wget
, if you have Homebrew (recommended) you can just:
brew install wget
Otherwise run this (you should already have curl
):
curl https://raw.githubusercontent.com/cyrus-and/dry-makefile/master/Makefile >Makefile
mkdir -p external
curl https://raw.githubusercontent.com/troydhanson/uthash/v2.1.0/src/uthash.h >external/uthash.h
make # as usual
Under macOS Big Sur 11.2.3 when issuing
make -f config.Makefile
I get this error:Any ideas what's wrong here? Thanks so much! 🙏