Skip to content

Commit

Permalink
FreeBSD ports and pkgsrc
Browse files Browse the repository at this point in the history
Closes #769
  • Loading branch information
marcelm committed Mar 18, 2024
1 parent e82bea1 commit 1cf43d8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/installation.rst
Expand Up @@ -141,6 +141,26 @@ When running Cutadapt this way, you will need to remember to write
``py -m cutadapt`` instead of just ``cutadapt``.


FreeBSD ports and pkgsrc
------------------------

Cutadapt can be installed via the FreeBSD ports system.
To install from a binary package, run::

pkg install py39-cutadapt

The ``p39`` will change from time to time (``py310``, ``py311`` etc.).
Alternatively, peruse the `FreeBSD ports documentation <https://www.freebsd.org/ports/index.html>`_
to install from source, which may result in better optimized binaries.

To install a binary package via the pkgsrc system (for example on NetBSD), run ::

pkgin install py311-cutadapt

The pkgsrc system also allows installation from source,
see the `https://pkgsrc.org/ <pkgsrc home page>`_.


Shared installation (on a cluster)
----------------------------------

Expand Down

1 comment on commit 1cf43d8

@outpaddling
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would mention that pkgsrc works on all POSIX systems. I initially got into pkgsrc for our CentOS-based HPC clusters and now use it heavily on macOS.

"...installation from source on any POSIX platform...".

Please sign in to comment.