Files
docs/src/build_dependencies.md
2026-05-10 16:34:54 +10:00

438 B

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