Closed ousinkou closed 3 years ago
The .so library should be in the non -dev
package.
@flupke But apt-get can't find libagg, only libagg-dev
Looks like it's named libagg2
: https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=libagg&searchon=names
@flupke Thanks, but ubuntu18.04 can't find libagg2, that link says it's only supported by Ubuntu20.04.
Sorry then I don't know
I meet this problem when I run the example. I check the libagg library in my system but only libagg.a exists. The method I install libagg-dev is same as what's described in README. I doubt libagg-dev become static library instead of dynamic library in ubuntu18.04. Any one help?