When i try to install R 3.3. on my linux, using:
./config
It returns me the next error
configure: error: libcurl >= 7.28.0 library and headers are required with support for https
IN the folder i see some makefiles but make or make check dosent work. I checked and i have installed the last vertion of libcurl3, i use Ubuntu Based Peppermint 7. Appreciate any help.
Kevin
apt-get install r-recommended
will install a basic R distribution for you. You don't have to compile from source. – Faheem Mitha Aug 01 '16 at 23:35