Commit 9106e00e2aa08d0913140c66d5471e7d4870c67e
1 parent
f96c63cf
mention extracting windows libraries
git-svn-id: svn+q:///qpdf/trunk@963 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
4 additions
and
3 deletions
README.maintainer
| ... | ... | @@ -44,9 +44,10 @@ Release Reminders |
| 44 | 44 | information on creating binary external libs releases. |
| 45 | 45 | |
| 46 | 46 | * To create Windows binary releases, extract the qpdf source |
| 47 | - distribution in Windows (MSYS + MINGW, MSVC) and run | |
| 48 | - ./make_windows_releases from there. You will need to have zip in | |
| 49 | - your path. | |
| 47 | + distribution in Windows (MSYS + MINGW, MSVC). From the extracted | |
| 48 | + directory, extract the binary distribution of the external | |
| 49 | + libraries. Run ./make_windows_releases from there. You will need | |
| 50 | + to have zip in your path. | |
| 50 | 51 | |
| 51 | 52 | * Remember to copy README-what-to-download.txt separately onto the |
| 52 | 53 | download area and make it the default for Windows platforms. | ... | ... |