$ git clone https://github.com/Glavnokoman/vuh.git
$ cd vuh
$ export DEPENDENCIES_INSTALL_DIR=.
$ export VUH_SOURCE_DIR=.
$ export PATH="/usr/local/bin:$PATH"
$ brew install python
$ brew install python2
$ brew install glslang
$ brew install spdlog
$ sudo python -m pip install --upgrade pip
$ python -m pip install cget
$ export BINPATH=`python -c 'import imp; import os; mod=imp.find_module("cget")[1]; root=os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(mod))))); print os.path.join(root,"bin")'`
$ export PATH="$BINPATH:$PATH"
$ export CGET_PREFIX=${DEPENDENCIES_INSTALL_DIR}
$ bash ${VUH_SOURCE_DIR}/config/install_dependencies.sh
$ export VULKAN_SDK=$(cd "$(dirname ${DEPENDENCIES_INSTALL_DIR})";pwd)
$ export Catch2_DIR=$(cd "$(dirname ${DEPENDENCIES_INSTALL_DIR})";pwd)
$ cmake -DCMAKE_PREFIX_PATH=${DEPENDENCIES_INSTALL_DIR} ${VUH_SOURCE_DIR}
$ cmake --build . --target install