Installing without root

Benjamin Gilbert bgilbert at cs.cmu.edu
Mon Jul 28 18:00:17 EDT 2014


On 07/28/2014 05:39 PM, Sheikh Umair wrote:
> I am using linux on it i have no root privileges so i use to install
> my packages on custom path and then add its path to PATH environment
> variable. But when i installed openjpeg at custom path, openslide
> still says openjpeg not available although i can use openjpeg
> (image_to_j2k).

Since you installed OpenJPEG to a non-standard location, you will need 
to set PKG_CONFIG_PATH when running OpenSlide's configure script.  It 
should be set to the directory containing OpenJPEG's .pc file 
(.../lib/pkgconfig).

Also, make sure you are using OpenJPEG 1.x, not 2.x.

--Benjamin Gilbert



More information about the openslide-users mailing list