unzip statgen-xhmm-*.zip
cd statgen-xhmm-*
vi Makefile
LAPACK_LIBS=lapack
LAPACK_LIBS=openblas lapack
make -j 96 mkdir /path/to/XHMM cp build/execs/xhmm params.txt /path/to/XHMM
export PATH=/path/to/XHMM:$PATH