Skip to content

Commit

Permalink
README cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Aug 22, 2017
1 parent 014d1ab commit 85ef2cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README-windows-install.txt
Original file line number Diff line number Diff line change
@@ -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!
4 changes: 2 additions & 2 deletions README.maintainer
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85ef2cb

Please sign in to comment.