OS4 DepotLogo by DBAlex 
(anonymous IP: 18.119.126.80,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   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: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Library » libpcre.lha

libpcre

Description: PCRE (Perl-compatible regular expression library)
Download: libpcre.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 276kb
Version: 8.45r1
Date: 02 Aug 2022
Author: Philip Hazel
Submitter: George Sokianos
Homepage: https://git.walkero.gr/walkero/pcre
Category: development/library
License: Other
Distribute: yes
Min OS Version: 4.1
FileID: 12164
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 35  (Current version)
35  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

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

This is a port of PCRE 8.45 by Philip Hazel for AmigaOS 4, as found at the
Sourceforge repository (https://sourceforge.net/projects/pcre/files/pcre/)

More information about PCRE can be found at its official website
at https://www.pcre.org

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.

This release can replace the old 6.4 from Henning Nielsen Lund, but it
might not work well with your application, because of the many changes
happened the last 10+ years.

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/pcre

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
--------------------------
v8.45r1 - 2022-07-31
* First release



File Version Size Date OS Dls Readme
libpcre2.lha10.40r1263kb02 Aug 20224.033¤ libpcre2 - PCRE2 (Perl-compatible regular expression library)
Copyright © 2004-2024 by Björn Hagström All Rights Reserved