coherentgraphics / cpdf-binaries

PDF Command Line Tools binaries for Linux, Mac, Windows
GNU Affero General Public License v3.0
593 stars 42 forks source link

provide executables for alpine linux or statically link cpdf for all #71

Open ctrl-f5 opened 1 year ago

ctrl-f5 commented 1 year ago

alpine runs on musl libc instead of glibc and thus the regular linux binaries are not compatible.

can linux binaries for musl be added to the repo?

johnwhitington commented 1 year ago

You can build the software from source either manually or with opam install cpdf, so I'm unlikely to provide binaries routinely.

However, it might be possible to migrate cpdf to a statically-linked libc like musl in the future - then the executables would work for everyone.

So I will leave this open.

johnwhitington commented 1 year ago

Perhaps the solution here is to build our binaries with muslc routinely, thereby making them fully static, thereby no longer needing to support old glibc.