hh-suite # download git clone https://github.com/soedinglab/hh-suite.git cd hh-suite # git pull git submodule init git submodule update # install mkdir build cd build cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr/opt/hhsuite .. make make...