安装 hh-suite hhblits

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 install

你可能感兴趣的:(安装 hh-suite hhblits)