Commit dcaeb6a89d51028cf229fc60ae0abc65f86f9f01

Authored by Jay Berkenbilt
1 parent 5c219e99

*** empty log message ***

git-svn-id: svn+q:///qpdf/trunk@892 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 17 additions and 7 deletions
@@ -8,13 +8,23 @@ @@ -8,13 +8,23 @@
8 * Write documentation section on source-level API changes between 2.0 8 * Write documentation section on source-level API changes between 2.0
9 and 2.1. 9 and 2.1.
10 10
11 - * Document building external libs. From ../external-libs, in an msys  
12 - environment that supports both mingw and msvc, run ./build.sh. The  
13 - resulting zip file should be extracted into qpdf, and  
14 - --enable-external-libs should be passed to configure. Updated  
15 - README on this. Check everything. Document that you don't have to  
16 - use --enable-external-libs if you want to let configure find it in  
17 - the normal way. That does work for mingw. 11 + * Create the following packages:
  12 +
  13 + - qpdf source package
  14 +
  15 + - external-libs-src.zip -- includes build.sh, clean.sh, clwrap,
  16 + and dist; from ../external-libs
  17 +
  18 + - external-libs-bin.zip -- precompiled external libraries
  19 +
  20 + - qpdf-bin-mingw.zip -- qpdf executable, dll, and development
  21 + files built with mingw
  22 +
  23 + - qpdf-bin-msvc.zip -- qpdf executable, dll, and development files
  24 + built with msvc
  25 +
  26 + - README-what-to-download.txt -- descriptions of what to download
  27 + on Windows, etc.
18 28
19 * Windows release: config for both compilers, make install. Create 29 * Windows release: config for both compilers, make install. Create
20 zip files. Probably should put the compiler name somewhere in the 30 zip files. Probably should put the compiler name somewhere in the