oschwartz10612 / poppler-windows

Download Poppler binaries packaged for Windows with dependencies
MIT License
549 stars 59 forks source link

Win32 release #21

Closed petko closed 3 years ago

petko commented 3 years ago

Is it possible to create a win32 release of Poppler for Windows instead of win64? What should be changed in package.sh in order to do that?

oschwartz10612 commented 3 years ago

Unfortunately this is something that would have to change in poppler-freedstock as right now it is being compiled only for win64. All of the heavy lifting is taken care of by conda forge in that repo. If you can get a 32 bit build pipeline up and running over there, it should be fairly simple to add it here.

petko commented 3 years ago

Thank you. I will see what can be done about it.

oschwartz10612 commented 3 years ago

According to the poppler feedstock comment by ocepaf this will not be implemented. Thank you for looking into it though!