I have an issue when I try to build openslide.
Benjamin Gilbert
bgilbert at cs.cmu.edu
Fri Jun 15 23:51:26 EDT 2018
On Fri, Jun 15, 2018 at 01:09:07AM +0800, YuehLin Tsai wrote:
> When I tried to follow the first instruction "./configure" on README
> to build openslide, it keep showing this error message. "cannot find
> OpenJPEG"
> But I pretty sure I have installed openjpeg on my linux server.
Check that the OpenJPEG pkg-config file is in your PKG_CONFIG_PATH. For
example, if you've installed OpenJPEG into /usr/local, run configure as:
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
--Benjamin Gilbert
More information about the openslide-users
mailing list