$ wget https://cran.r-project.org/src/base/R-3/R-3.3.2.tar.gz
$ tar xf R-3.3.2.tar.gz
$ cd R-3.3.2
$ ./configure
$ make
make: *** No targets specified and no makefile found. Stop.
R目录中没有任何普通的makefile,只有Makeconf.in
,Makefile.in
和Makefile.fw
。有没有办法更新make来处理这些文件?