I want to install the HElib library (for which NTL is a dependency) on a remote machine on which I do not have root privileges, i.e. I cannot use "sudo make install" to install NTL. The NTL library is not installed in usr/local
as per HElib's makefile.
LDLIBS = -L/usr/local/lib $(NTL) $(GMP) -lm
How can I install NTL without root privileges and how do I modify the Makefile in order for it to run?