"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "378593aca52e31a58cf1350454b818c588f05ef0"
Commit 5b9cfdaf authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Add script for installing the HH-suite

parent 1715e3d5
#!/bin/bash
git clone --branch v3.3.0 https://github.com/soedinglab/hh-suite.git /tmp/hh-suite
&& mkdir /tmp/hh-suite/build
&& pushd /tmp/hh-suite/build
&& cmake -DCMAKE_INSTALL_PREFIX=/opt/hhsuite ..
&& make -j 4 && make install
&& ln -s /opt/hhsuite/bin/* /usr/bin
&& popd
&& rm -rf /tmp/hh-suite
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment