forked from qpdf/qpdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
014d1ab
commit 85ef2cb
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters