.. _spkg_pcre:

pcre: Perl-compatible regular expressions library
=================================================

Description
-----------

Perl-compatible regular expressions library.

License
-------

BSD License; see LICENCE (sic) at the root of the original tarball.


Upstream Contact
----------------

Mailing list at https://lists.exim.org/mailman/listinfo/pcre-dev

Dependencies
------------

None listed.


Special Update/Build Instructions
---------------------------------

None applicable (see README at tarball's root).

Type
----

standard


Version Information
-------------------

package-version.txt::

    8.40.p2


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install pcre-devel pcre2-devel

cygwin:

.. CODE-BLOCK:: bash

    $ apt-cyg install pcre-devel pcre2-devel

Debian/Ubuntu:

.. CODE-BLOCK:: bash

    $ sudo apt-get install  pcre-devel pcre2-devel

Fedora/Redhat/CentOS:

.. CODE-BLOCK:: bash

    $ sudo yum install  pcre-devel pcre2-devel

freebsd:

.. CODE-BLOCK:: bash

    $ sudo pkg install pcre-devel pcre2-devel

homebrew:

.. CODE-BLOCK:: bash

    $ brew install pcre-devel pcre2-devel

macports:
install the following packages: pcre-devel pcre2-devel
opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install pcre-devel pcre2-devel

slackware:

.. CODE-BLOCK:: bash

    $ sudo slackpkg install pcre-devel pcre2-devel

void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  pcre-devel pcre2-devel

See https://repology.org/project/pcre-devel/versions, https://repology.org/project/pcre2-devel/versions

If the system package is installed, ./configure will check whether it can be used.

