Fwd: OpenSlide library inquiry

Benjamin Gilbert bgilbert at cs.cmu.edu
Tue Jun 5 13:02:08 EDT 2012


On 06/05/2012 10:47 AM, David Gutman wrote:
> when I'm building VIPS from source--- what's the flag I need to use to
> compile openslide support?

As with many modern libraries, OpenSlide is detected with pkg-config. 
If OpenSlide is installed in /usr, the VIPS configure script should find 
it and pull in the right build flags automatically.  Otherwise you'll 
need to pass it something like:

	PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

--Benjamin Gilbert


More information about the openslide-users mailing list