This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
qpdf
Watch
2
Star
1
Fork
0
You've already forked qpdf
mirror of
https://github.com/qpdf/qpdf.git
synced
2024-11-04 12:34:20 +00:00
Code
Issues
Releases
Wiki
Activity
3b60224bae
qpdf
/
build-scripts
/
prebuild
5 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Split distfiles into a separate job
2020-10-16 17:14:10 +00:00
#!/bin/bash
Build Windows releases with openssl; automate external libraries External libraries for Windows are now built automatically in the qpdf/external-libs repository and include openssl in addition to zlib and jpeg. Use these, and update the Windows build to build with the openssl crypto provider by default. We leave the native crypto provider enabled in case there is a problem with openssl and also to continue to exercise that code.
2020-10-24 23:31:09 +00:00
cd $(dirname $0)/..
Stop adding pre-built documentation to the source distribution
2021-12-21 14:23:20 +00:00
build-scripts/build-doc
Build Windows releases with openssl; automate external libraries External libraries for Windows are now built automatically in the qpdf/external-libs repository and include openssl in addition to zlib and jpeg. Use these, and update the Windows build to build with the openssl crypto provider by default. We leave the native crypto provider enabled in case there is a problem with openssl and also to continue to exercise that code.
2020-10-24 23:31:09 +00:00
build-scripts/download-external-libs
Copy Permalink