Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2018
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. prepare() {
  2.     cd $srcdir/ncbi-blast-$pkgver+-src/c++
  3.     ./configure \
  4.         --prefix=/usr \
  5.         --with-dll \
  6.         --with-mt \
  7.         --without-gnutls \
  8.         --without-boost \
  9.         --without-bdb
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement