mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
more windows notes
git-svn-id: svn+q:///qpdf/trunk@793 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
744bff20ea
commit
446028c4f1
@ -25,11 +25,13 @@ cygwin, though it's possible that it could be made to work with gcc
|
||||
|
||||
From your MSYS prompt, run
|
||||
|
||||
./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=mingw
|
||||
CFLAGS=-O2 CXXFLAGS=-O2 ./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=mingw
|
||||
make
|
||||
|
||||
When done, you should copy the gcc runtime DLL into the libqpdf/build
|
||||
directory. You can find the path to it by running
|
||||
Omit the CFLAGS and CXXFLAGS values if you want debugging information.
|
||||
You may also want to strip the DLL and executables to create much
|
||||
smaller files. When done, you should copy the gcc runtime DLL into
|
||||
the libqpdf/build directory. You can find the path to it by running
|
||||
|
||||
objdump -p qpdf/build/qpdf.exe | grep DLL
|
||||
type -P libgcc_s_dw2-1.dll
|
||||
|
4
TODO
4
TODO
@ -8,7 +8,9 @@
|
||||
* Update release documentation to remember not to include debugging
|
||||
in the Windows release and to strip the DLL and executables.
|
||||
Consider making the "install" target do something useful for
|
||||
Windows.
|
||||
Windows. Update README.windows in this case including taking out
|
||||
the mention of strip since it should be handled by the install
|
||||
step.
|
||||
|
||||
* Add comments for the security functions that map them back to the
|
||||
items in Adobe's products.
|
||||
|
Loading…
Reference in New Issue
Block a user