Lines Matching refs:run

169 To build PCRE on system that supports autotools, first run the "configure"
181 This command specifies that the C compiler should be run with the flags '-O2
185 If you want to build in a different directory, just run "configure" with that
215 command. Otherwise, when "configure" is run without --disable-pcre8, it will
234 enabled by an option at run time. When PCRE is compiled with this option, its
257 of PCRE can change the selection at run time. The default newline indicator
341 a program called dftables is compiled and run in the default C locale when
442 script that can be run to recreate the configuration, and config.log, which
445 Once "configure" has run, you can run "make". This builds the the libraries
461 <prefix> that is set when "configure" is run):
513 If you want to remove PCRE from your system, you can run "make uninstall".
566 Then run "make" in the usual way. Similarly, you can use --disable-static to
576 file is compiled and run on the local host, in order to generate the inbuilt
588 run it on the local host to make a new version of pcre_chartables.c.dist.
657 should first run the PrepareRelease script before making a distribution. This
664 To test the basic PCRE library on a Unix-like system, run the RunTest script.
671 Both the scripts and all the program tests are run if you obey "make check" or
683 example, the tests for UTF-8/16/32 support are run only if --enable-utf was
686 Many of the tests that are not skipped are run up to three times. The second
687 run forces pcre_study() to be called for all patterns except for a few in some
689 done). If JIT support is available, the non-DFA tests are run a third time,
693 The entire set of tests is run once for each of the 8-bit, 16-bit and 32-bit
694 libraries that are enabled. If you want to run just one set of tests, call
697 If valgrind is installed, you can run the tests under it by putting "valgrind"
698 on the RunTest command line. To run pcretest on just one or more specific test
709 except test 13. Whatever order the arguments are in, the tests are always run
721 detection, and run-time flags that are specific to PCRE, as well as the POSIX
740 in the list of available locales, the third test cannot be run, and a comment
748 [If you are trying to run this test on Windows, you may be able to get it to
763 run only when the default "link size" of 2 is set (in other cases the sizes
766 The twelfth test is run only when JIT support is available, and the thirteenth
767 test is run only when JIT support is not available. They test some JIT-specific
770 The fourteenth, fifteenth, and sixteenth tests are run only in 8-bit mode, and
771 the seventeenth, eighteenth, and nineteenth tests are run only in 16/32-bit
776 The twentieth test is run only in 16/32-bit mode. It tests some specific
779 The twenty-first and twenty-second tests are run only in 16/32-bit mode, when
783 The twenty-third and twenty-fourth tests are run only in 16-bit mode. They are
786 The twenty-fifth and twenty-sixth tests are run only in 32-bit mode. They are
814 When the dftables program is run as a result of --enable-rebuild-chartables,
819 locale that is specified by the LC_xxx variables, you can run the dftables