.. _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

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

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

Type
----

standard


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

- :ref:`spkg_bzip2`

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

package-version.txt::

    8.40.p2


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

conda:

.. CODE-BLOCK:: bash

    $ conda install  pcre


cygwin:

.. CODE-BLOCK:: bash

    $ apt-cyg install libpcre-devel


Debian/Ubuntu:

.. CODE-BLOCK:: bash

    $ sudo apt-get install  libpcre3-dev


Fedora/Redhat/CentOS:

.. CODE-BLOCK:: bash

    $ sudo yum install  pcre pcre-devel


freebsd:

.. CODE-BLOCK:: bash

    $ sudo pkg install devel/pcre


homebrew:

.. CODE-BLOCK:: bash

    $ brew install pcre


macports:
install the following packages: pcre

opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install "pkgconfig(libpcre)" "pkgconfig(libpcreposix)" "pkgconfig(libpcrecpp)"


slackware:

.. CODE-BLOCK:: bash

    $ sudo slackpkg install pcre


void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  pcre-devel


See https://repology.org/project/pcre/versions


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

