2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 19:08:59 +00:00
git-svn-id: svn+q:///qpdf/trunk@770 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-10-10 18:06:26 +00:00
parent 66acc17be7
commit 4882d4a5bb
4 changed files with 30 additions and 8 deletions

8
README
View File

@ -8,13 +8,17 @@ Artistic License which may be found in the source distribution as
"Artistic-2.0". It is provided "as is" without express or implied "Artistic-2.0". It is provided "as is" without express or implied
warranty. warranty.
To install this software, you can run For UNIX and UNIX-like systems, you can usually get by with just
./configure ./configure
make make
make install make install
For more detailed information, see the "INSTALL" in this directory. For more detailed general information, see the "INSTALL" file in this
directory.
For specific information about building qpdf on Windows, see
"README.windows".
The QPDF package provides some executables and a software library. A The QPDF package provides some executables and a software library. A
user's manual can be found in the "doc" directory. The docbook user's manual can be found in the "doc" directory. The docbook

View File

@ -18,6 +18,13 @@ If you have MSYS and Mingw installed, you can run configure as follows:
./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=mingw ./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=mingw
To build with msvc, you must be running in a shell environment that
puts the MSVC tools in your path. Then you can run
XXX WHAT?
./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=msvc
From there, run From there, run
make make

5
TODO
View File

@ -2,9 +2,8 @@
=== ===
* Remember to update documentation with Windows build instructions. * Remember to update documentation with Windows build instructions.
Search for Windows (case insensitive to be safe). Search for Windows (case insensitive to be safe). Update
README.windows.
* Do something better with external-libraries.
* "Delphi wrapper unit 'qpdf.pas' created by Zarko Gajic * "Delphi wrapper unit 'qpdf.pas' created by Zarko Gajic
(http://delphi.about.com). .. use at your own risk and for whatever (http://delphi.about.com). .. use at your own risk and for whatever

View File

@ -1,6 +1,18 @@
Other than Abuild files, these files are the only changes from NOTE: These copies of external libraries are not used by default. You
pristine extracted sources. For pcre, use pcre 4.5. For zlib, we must explicitly specific --enable-build-external-libraries on the
used 1.2.3.3 from debian (dfsg). These files: command-line in order to use them. This is not recommended unless you
have no other option. It can be especially useful for building on
Windows.
----------------------------------------------------------------------
The pcre and zlib directories here contain pcre 4.5 and zlib 1.2.3.3
from debian (dfsg). All files were removed that are not either
required to build or that contain some kind of copyright or
acknowledgment information. Other than as described below, everything
else was left unmodified.
These files:
./pcre/pcre.h ./pcre/pcre.h
./pcre/config.h ./pcre/config.h