Commit 8635f6302cbd7914364d2f359cde9a7495b4ae04
1 parent
a78f8327
document VC6 port
git-svn-id: svn+q:///qpdf/trunk@1015 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
3 changed files
with
15 additions
and
1 deletions
ChangeLog
| 1 | +2010-08-14 Jay Berkenbilt <ejb@ql.org> | ||
| 2 | + | ||
| 3 | + * Rename README.windows to README-windows.txt and convert its line | ||
| 4 | + endings to Windows-style line endings. Also mention Jian Ma's VC6 | ||
| 5 | + port in the manual and README-windows.txt. | ||
| 6 | + | ||
| 1 | 2010-08-09 Jay Berkenbilt <ejb@ql.org> | 7 | 2010-08-09 Jay Berkenbilt <ejb@ql.org> |
| 2 | 8 | ||
| 3 | * Add QPDFObjectHandle::getRawStreamData to return raw | 9 | * Add QPDFObjectHandle::getRawStreamData to return raw |
README-windows.txt
| @@ -12,6 +12,11 @@ want to run them, you need ghostscript and tiff utils as well. Then | @@ -12,6 +12,11 @@ want to run them, you need ghostscript and tiff utils as well. Then | ||
| 12 | omit --disable-test-compare-images from the configure statements given | 12 | omit --disable-test-compare-images from the configure statements given |
| 13 | below. The image comparison tests have not been tried under MSYS. | 13 | below. The image comparison tests have not been tried under MSYS. |
| 14 | 14 | ||
| 15 | +Jian Ma <stronghorse@tom.com> has generously provided a port of QPDF | ||
| 16 | +that works with Microsoft VC6. Several changes are required, but they | ||
| 17 | +are well documented in his port. You can find the VC6 port in the | ||
| 18 | +contrib area of the qpdf download area. | ||
| 19 | + | ||
| 15 | 20 | ||
| 16 | External Libraries | 21 | External Libraries |
| 17 | ================== | 22 | ================== |
manual/qpdf-manual.xml
| @@ -182,7 +182,10 @@ make | @@ -182,7 +182,10 @@ make | ||
| 182 | Building on Windows is a little bit more complicated. For | 182 | Building on Windows is a little bit more complicated. For |
| 183 | details, please see <filename>README-windows.txt</filename> in the | 183 | details, please see <filename>README-windows.txt</filename> in the |
| 184 | source distribution. You can also download a binary distribution | 184 | source distribution. You can also download a binary distribution |
| 185 | - for Windows. | 185 | + for Windows. There is a port of qpdf in the |
| 186 | + <filename>contrib</filename> area generously contributed by Jian | ||
| 187 | + Ma. This is also discussed in more detail in | ||
| 188 | + <filename>README-windows.txt</filename>. | ||
| 186 | </para> | 189 | </para> |
| 187 | <para> | 190 | <para> |
| 188 | There are some other things you can do with the build. Although | 191 | There are some other things you can do with the build. Although |