aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-22 17:02:51 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-22 20:13:10 +0200
commit85ef2cb6fd3d3e9dbeee013eceeb19b9f3c7f731 (patch)
treede583f268d295b91bf3686e2a1c199ba51ef63e5
parent014d1ab2ed1d69c07deac482ab149815b10da1dd (diff)
downloadqpdf-85ef2cb6fd3d3e9dbeee013eceeb19b9f3c7f731.tar.zst
README cleanup
-rw-r--r--README-windows-install.txt9
-rw-r--r--README.maintainer4
2 files changed, 7 insertions, 6 deletions
diff --git a/README-windows-install.txt b/README-windows-install.txt
index 8e3fd654..5730a86e 100644
--- a/README-windows-install.txt
+++ b/README-windows-install.txt
@@ -1,10 +1,11 @@
This file is README-windows-install.txt in the source distribution and
README.txt in the Windows binary distribution.
-QPDF is completely relocatable. To use qpdf.exe or the qpdf DLL, just
-have the bin directory in your path. To compile with qpdf, just add
+QPDF is completely relocatable. To use qpdf.exe or the qpdf DLL, just
+have the bin directory in your path. To compile with qpdf, just add
the lib directory to your library path and the include directory to
-your include path. Detailed documentation may be found in the doc
-directory.
+your include path. If you are going to use Pl_DCT in your code, you
+will also need to have jpeg library development files in your build
+environment. Detailed documentation may be found in the doc directory.
Enjoy!
diff --git a/README.maintainer b/README.maintainer
index 67228d12..f4021f3d 100644
--- a/README.maintainer
+++ b/README.maintainer
@@ -184,8 +184,8 @@ This is what I do for routine testing on Windows.
From Linux, run ./autogen.sh and make autofiles.zip
-From Windows in git bash, git clone from my Linux clone, unzip
-external-libs, and unzip autofiles.zip.
+From Windows, git clone from my Linux clone, unzip external-libs, and
+unzip autofiles.zip.
Look at make_windows_releases. Set up path the same way and run
whichever ./config-* is appropriate for whichever compiler I need to