summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-24 06:47:17 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-24 06:47:17 +0200
commitace2a031b5c1580ea9a69f116e6a8c9393860267 (patch)
treed120fbc37f3a074995229c9b721d568c4fd81933 /README
parentb0a6f495d0d2d64f21091d3a77e35deef98c2f0a (diff)
downloadqpdf-ace2a031b5c1580ea9a69f116e6a8c9393860267.tar.zst
prepare 2.1.rc1 for release
git-svn-id: svn+q:///qpdf/trunk@901 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 17 insertions, 3 deletions
diff --git a/README b/README
index fc0ceb49..e83b1e2a 100644
--- a/README
+++ b/README
@@ -9,6 +9,18 @@ Artistic License which may be found in the source distribution as
warranty.
+Prerequisites
+=============
+
+QPDF depends on external libraries "zlib" and "pcre". These are part
+of virtually all Linux distributions and are readily available;
+download information appears in the documentation. You can also
+download the external library distributions in source from from qpdf's
+download site. For Windows, you can download pre-built binary
+verisons of those libraries for some compilers; see README.windows for
+additional details.
+
+
Licensing terms of embedded software
====================================
@@ -71,9 +83,11 @@ user's manual can be found in the "doc" directory. The docbook
sources to the user's manual can be found in the "manual" directory.
The software library is just libqpdf, and all the header files are in
-the qpdf subdirectory. If you link with -lqpdf and your system does
-not know how to read libtool .la files, then you will also need to
-link with -lpcre and -lz.
+the qpdf subdirectory. If you link statically with -lqpdf, then you
+will also need to link with -lpcre and -lz. The shared qpdf library
+is linked with -lpcre and -lz, and none of qpdf's public header files
+directly include files from pcre or libz, so in many cases, qpdf's
+development files are self contained.
To learn about using the library, please read comments in the header
files in include/qpdf, especially QPDF.hh, QPDFObjectHandle.hh, and