I am trying to install gsl
on Debian Jessie. I do not have root privileges and I need to install it in my home directory. So I ran:
apt-get source gsl
Once I got the download, I followed the "INSTALL" file, and I went with:
./configure
But I got the message:
config.status: error: cannot find input file: `doc/Makefile.in'
How could I solve this?