On PHP7+ install XML and mbstring modules:
sudo apt-get install php7.0-xml php7.0-mbstring
Then build the documentation with
./daux.phar && ( cd static; cp -rp ../img .)
To serve the documentation from a development webserver, run
cd static && php -S localhost:8080