jeffdaily / parasail

Pairwise Sequence Alignment Library
Other
243 stars 34 forks source link

install parasail on Mac #83

Open sunway1999 opened 3 years ago

sunway1999 commented 3 years ago

Need to first install autoconf, otherwise will see an error "RuntimeError: autoreconf -fi failed". I install it by the following command.

brew install autoconf automake libtool

rsharris commented 3 years ago

When I run "brew install libtool", the output includes this advisory message: In order to prevent conflicts with Apple's own libtool we have prepended a "g" so, you have instead: glibtool and glibtoolize.

And then when I try "autoreconf -fi" again I get the same failure (relating to LIBTOOL) that I had before.

It's not clear to me where I would enact the change from "libtool" to "glibtool".