memsharded / conan-protobuf

Google protocol buffers conan package
MIT License
1 stars 17 forks source link

Possibility to build without zlib #18

Open hestad opened 6 years ago

hestad commented 6 years ago

It would be nice to be able to build it without zlib with an option ala. Protobuf:zlib=False

memsharded commented 6 years ago

I have done some initial attempt, but I am having some errors for shared options, because protoc compiler fails. I want to create a fully separated package for protoc, statically linked.

The changes for zlib option are in my branch "feature/updating3.3", in case you want to try them

hestad commented 6 years ago

Thanks, I'll try the changes when I figure how to refer to local conan requires :) Pretty new to the Conan-game.