I am connected to a server via ssh and do not have root privileges. I ultimately need to install openslide. apt-get is not present, yum requires root privilege so I was going for make/install from the source code of openslide.
I needed to install openjpeg as a dependency however they support cmake and it requires root privelege as well at some point :/ as in their installation guide
Is there any way around?
PS: I need openslide to read very large (~1.5 GB) tif files in python