Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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