Skip to content

Commit

Permalink
document the updated qmake/rules interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Aug 18, 2011
1 parent 50b0e95 commit 4373f0a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions build-pcre.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
PCRE is a library that is used by the optional "rules" feature. (It adds
some additional features to the command line client.) It's readily available
on Linux and Mac OS X, but must be obtained separately for Windows.

If you're using qmake to generate makefiles, the following behavior applies:

- If you're not on Windows, it assumes by default that you have PCRE and want
to enable rules support.

- If you're not on Windows, you can disable rules support (removing the PCRE
dependency) by passing HAVE_RULES=no to qmake.

- If you are on Windows, but have PCRE available, you can enable rules support
by passing HAVE_RULES=yes to qmake.

- Note: This includes using build.bat since it calls qmake - to use PCRE and
build.bat, you need to edit build.bat to add HAVE_RULES=yes to the
qmake call.


Some temporary build instructions. This is work in progress.

Expand Down

0 comments on commit 4373f0a

Please sign in to comment.