coapp-packages / libpng

http://www.libpng.org/
Other
6 stars 2 forks source link

Static Library #1

Closed OlafvdSpek closed 7 years ago

OlafvdSpek commented 12 years ago

Could a static library be provided for libpng?

madewokherd commented 11 years ago

I think I'll wait on https://github.com/coapp-packages/zlib/issues/3 as I'll want to link to the correct static zlib (although I'm not entirely clear on how static libs are linked to their dependencies) and follow whatever convention is established.

camsteffen commented 7 years ago

What's the status here? I was able to statically link libpng. But then I switched to NuGet and dynamic linking is the only option?

OlafvdSpek commented 7 years ago

The future is https://github.com/Microsoft/vcpkg

madewokherd commented 7 years ago

Really, I have to package all these libraries AGAIN? Why can't they just make the nuget native stuff better?

Anyway, there are static variations of the zlib nuget package now, so I can take another look at this.

OlafvdSpek commented 7 years ago

I think a lot has been packaged already.. I think Nuget just isn't build to handle 'native' stuff.