After checkout remember to run: git submodule update --init --recursive
Note: To make updating of the submodules working properly remember to set in your ~/.ssh/config ForwardX11 no
Quick install
n='quick-install_ubuntu-17.10-setup.sh'; wget -qN https://git.io/vA0oX -O "$HOME/$n"; chmod +x "$HOME/$n"; bash "$HOME/$n"
Note: you will be asked for your github credentials