美文网首页
安装 hh-suite hhblits

安装 hh-suite hhblits

作者: 43daf5f8181f | 来源:发表于2016-09-19 16:11 被阅读148次

    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

          本文链接:https://www.haomeiwen.com/subject/kaensttx.html