Commit 85ef2cb6fd3d3e9dbeee013eceeb19b9f3c7f731
1 parent
014d1ab2
README cleanup
Showing
2 changed files
with
7 additions
and
6 deletions
README-windows-install.txt
| 1 | 1 | This file is README-windows-install.txt in the source distribution and |
| 2 | 2 | README.txt in the Windows binary distribution. |
| 3 | 3 | |
| 4 | -QPDF is completely relocatable. To use qpdf.exe or the qpdf DLL, just | |
| 5 | -have the bin directory in your path. To compile with qpdf, just add | |
| 4 | +QPDF is completely relocatable. To use qpdf.exe or the qpdf DLL, just | |
| 5 | +have the bin directory in your path. To compile with qpdf, just add | |
| 6 | 6 | the lib directory to your library path and the include directory to |
| 7 | -your include path. Detailed documentation may be found in the doc | |
| 8 | -directory. | |
| 7 | +your include path. If you are going to use Pl_DCT in your code, you | |
| 8 | +will also need to have jpeg library development files in your build | |
| 9 | +environment. Detailed documentation may be found in the doc directory. | |
| 9 | 10 | |
| 10 | 11 | Enjoy! | ... | ... |
README.maintainer
| ... | ... | @@ -184,8 +184,8 @@ This is what I do for routine testing on Windows. |
| 184 | 184 | |
| 185 | 185 | From Linux, run ./autogen.sh and make autofiles.zip |
| 186 | 186 | |
| 187 | -From Windows in git bash, git clone from my Linux clone, unzip | |
| 188 | -external-libs, and unzip autofiles.zip. | |
| 187 | +From Windows, git clone from my Linux clone, unzip external-libs, and | |
| 188 | +unzip autofiles.zip. | |
| 189 | 189 | |
| 190 | 190 | Look at make_windows_releases. Set up path the same way and run |
| 191 | 191 | whichever ./config-* is appropriate for whichever compiler I need to | ... | ... |