Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD port available #387

Closed
outpaddling opened this issue Apr 24, 2019 · 1 comment
Closed

FreeBSD port available #387

outpaddling opened this issue Apr 24, 2019 · 1 comment

Comments

@outpaddling
Copy link

FYI:

minimap2 has been committed to the FreeBSD ports collection.
It might be helpful to users if you could post a message like
the following on your website:

Regards,

Jason

minimap2 can be installed on FreeBSD via the FreeBSD ports system.

To install via the binary package, simply run:

pkg install minimap2

This will very quickly install a binary using only highly-portable
optimizations, much like apt-get, yum, etc.

FreeBSD ports can just as easily be built and installed from source,
although it will take longer (for the computer, not for you):

cd /usr/ports/biology/minimap2
make install

Building from source allows installing to a different prefix, compiling with
native optimizations, and in some cases, building with non-default options
such as different compilers or dependencies, e.g.:

make CFLAGS+=-march=native install

To report issues with a FreeBSD port, please submit a PR at:

https://www.freebsd.org/support/bugreports.html

For more information, visit https://www.freebsd.org/ports/index.html.

@lh3 lh3 added the enhancement label May 1, 2019
@lh3
Copy link
Owner

lh3 commented May 1, 2019

Thanks. See my comment in #388.

@lh3 lh3 closed this as completed May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants