mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
notes
git-svn-id: svn+q:///qpdf/trunk@867 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
ae4c6166a1
commit
633a294694
24
TODO
24
TODO
@ -13,6 +13,30 @@
|
||||
building them. Remember to remove -DHAVE_VSNPRINTF from
|
||||
config-msvc and to remove --enable-build-external-libs from both.
|
||||
|
||||
mingw:
|
||||
|
||||
for pcre
|
||||
|
||||
./configure --disable-shared --disable-cpp --prefix=...
|
||||
make
|
||||
make install
|
||||
|
||||
for zlib
|
||||
|
||||
./conifgure --prefix=...
|
||||
make
|
||||
make install
|
||||
|
||||
for qpdf
|
||||
|
||||
CFLAGS="-IC:/path/to/pcre... -IC:/path/to/zlib..." \
|
||||
LDFLAGS="-LC:/path/to/pcre... -LC:/path/to/zlib..." \
|
||||
./configure --disable-test-compare-images --with-buildrules=mingw
|
||||
|
||||
msvc:
|
||||
|
||||
|
||||
|
||||
* Windows release: config for both compilers, make install. Create
|
||||
zip files. Probably should put the compiler name somewhere in the
|
||||
directory (qpdf-version-compiler?). Need some kind of "what to
|
||||
|
Loading…
Reference in New Issue
Block a user