ice icon indicating copy to clipboard operation
ice copied to clipboard

Considering adding pkg-config support for Linux and macOS installations.

Open bernardnormier opened this issue 7 years ago • 0 comments

Then users can do pkg-config --libs zeroc-ice, pkg-config --variable=slicedir zeroc-ice, and more.

To limit the number of pc files, this would require linking with -Wl,-as-needed; otherwise, all libraries get written in the resulting image. These pc files would be:

zeroc-ice
zeroc-ice++11
zeroc-freeze

ICE-7184

bernardnormier avatar Apr 27 '18 14:04 bernardnormier