sambitdash / PDFIO.jl

PDF Reader Library for Native Julia.
Other
127 stars 13 forks source link

Move the Zlib and OpenSSL dependency to JuliaBinaryWrappers #73

Closed sambitdash closed 4 years ago

sambitdash commented 4 years ago

JuliaBinaryWrappers has binaries of Zlib and OpenSSL built-in. Instead of building them, it may be ideal to pick them up from pre-built binaries. That way the unnecessary build time can be reduced and it will be consistent with the pre-built binaries and thus consistent test experience. However, the minimal Julia release has to be 1.3.

Once, Julia 1.3 is GA this can be taken up.

sambitdash commented 4 years ago

Fixed in #75. Will be merged when Julia 1.3.0 is GA.