OS4 DepotLogo by Alkaron 
(anonymous IP: 52.14.0.24,2192) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (595)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4364

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Library » libpcre2.lha

libpcre2

Description: PCRE2 (Perl-compatible regular expression library)
Download: libpcre2.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 263kb
Version: 10.40r1
Date: 02 Aug 2022
Author: Philip Hazel
Submitter: George Sokianos
Email: walkero/gmail com
Homepage: https://git.walkero.gr/walkero/pcre2
Category: development/library
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 12165
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 33  (Current version)
33  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
PCRE2 (Perl-compatible regular expression library)
---------------------------------------------------------------------------

This is a port of PCRE2 10.40 by Philip Hazel for AmigaOS 4, as found at
the GitHub repository https://github.com/PCRE2Project/pcre2

More information about PCRE can be found at its official website
at https://www.pcre.org and at the documentation that comes with this
package.

In the archive both newlib and clib2 libraries are included. It has been
tested with various applications, but in case you find issues please 
contact me.

To install it into your AmigaOS 4 SDK installation, just extract all the 
files in the SDK: path.

Compile
--------------------------
The source and the changes I did can be found at my personale repository
https://git.walkero.gr/walkero/pcre2

You can compile it using the Makefile.os4 file, and produce the libraries
yourself.

* with newlib run:
  ```bash
  make -f Makefile.os4 all
  ```
* with clib2 run:
  ```bash
  make -f Makefile.os4 all USE_CLIB2=yes
  ```

Changelog
--------------------------
v10.40r1 - 2022-07-31
* First release




Copyright © 2004-2024 by Björn Hagström All Rights Reserved