Skip to content

Instantly share code, notes, and snippets.

@jorgemarsal
Last active August 29, 2015 14:16
Show Gist options
  • Save jorgemarsal/e068b06079f6250b4b46 to your computer and use it in GitHub Desktop.
Save jorgemarsal/e068b06079f6250b4b46 to your computer and use it in GitHub Desktop.

Prereq

sudo apt-get install libXt-dev
sudo apt-get install texinfo
sudo apt-get install texlive-latex-base
sudo apt-get install texlive-fonts-extra

Compile && install

wget http://cran.r-project.org/src/base/R-3/R-3.1.2.tar.gz
tar xf R-3.1.2.tar.gz
cd R-3.1.2/
./configure --prefix=/usr --enable-R-shlib --enable-BLAS-shlib
make -j`nproc`
make DESTDIR=/tmp/staging/ install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment