Build dependencies
macOS
xcode-select --install
Then, download UTHash here, and copy the contents of the include folder to /usr/local/include:
sudo cp (/path/to/uthash-master)/include/* /usr/local/include
Ubuntu/Debian
sudo apt install gcc git make uthash-dev
Arch Linux
sudo pacman -S --needed gcc git make uthash