Configure pcre in windows

Source: Internet
Author: User
: This article describes how to configure pcre in windows. if you are interested in the PHP Tutorial, refer to it.
1. configure the MSYS environment 1). Introduction   Minimal GNU (POSIX) system on Windows is a small GNU environment, including basic bash and make. It is the best GNU environment in Windows. 2) installation   Download MSYS (kernel ). Follow the prompts to install. 2. compile pcre1), download pcre (ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/) 2), copy the PCRE source package directly to the MSYS Directory (such as: C: \ MSYS \ 1.0 \ pcre \) run msys. bat starts MSYS and enters cd/           // Return to the root directory cd pcre // Enter the PCRE Directory./configure // Configure and compile make           // After compilation is complete, it will be in C: \ MSYS \ 1.0 \ pcre \. libs \ to generate the required File: libpcre-0.dll // dynamic link library libpcre PCRE. dll. a // call LIBlibpcre used by the dynamic link library of PCRE. a // The PCRE static link library works with "pcre" under the C: \ MSYS \ 1.0 \ pcre \ directory. h ", you can add a regular expression in the program to support it :)

The above introduces the configuration of pcre in windows, including some content, and hope to be helpful to friends who are interested in PHP tutorials.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.