Commit 633a29469488020da04c7dc2f305021deb960b25
1 parent
ae4c6166
notes
git-svn-id: svn+q:///qpdf/trunk@867 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
24 additions
and
0 deletions
TODO
| @@ -13,6 +13,30 @@ | @@ -13,6 +13,30 @@ | ||
| 13 | building them. Remember to remove -DHAVE_VSNPRINTF from | 13 | building them. Remember to remove -DHAVE_VSNPRINTF from |
| 14 | config-msvc and to remove --enable-build-external-libs from both. | 14 | config-msvc and to remove --enable-build-external-libs from both. |
| 15 | 15 | ||
| 16 | + mingw: | ||
| 17 | + | ||
| 18 | + for pcre | ||
| 19 | + | ||
| 20 | + ./configure --disable-shared --disable-cpp --prefix=... | ||
| 21 | + make | ||
| 22 | + make install | ||
| 23 | + | ||
| 24 | + for zlib | ||
| 25 | + | ||
| 26 | + ./conifgure --prefix=... | ||
| 27 | + make | ||
| 28 | + make install | ||
| 29 | + | ||
| 30 | + for qpdf | ||
| 31 | + | ||
| 32 | + CFLAGS="-IC:/path/to/pcre... -IC:/path/to/zlib..." \ | ||
| 33 | + LDFLAGS="-LC:/path/to/pcre... -LC:/path/to/zlib..." \ | ||
| 34 | + ./configure --disable-test-compare-images --with-buildrules=mingw | ||
| 35 | + | ||
| 36 | + msvc: | ||
| 37 | + | ||
| 38 | + | ||
| 39 | + | ||
| 16 | * Windows release: config for both compilers, make install. Create | 40 | * Windows release: config for both compilers, make install. Create |
| 17 | zip files. Probably should put the compiler name somewhere in the | 41 | zip files. Probably should put the compiler name somewhere in the |
| 18 | directory (qpdf-version-compiler?). Need some kind of "what to | 42 | directory (qpdf-version-compiler?). Need some kind of "what to |