Skip to content

Instantly share code, notes, and snippets.

@cfriedline
Created May 21, 2015 16:04
Show Gist options
  • Save cfriedline/ab4fd23eb77a14452be2 to your computer and use it in GitHub Desktop.
Save cfriedline/ab4fd23eb77a14452be2 to your computer and use it in GitHub Desktop.
install R on godel
./configure --prefix=/home/cfriedline/g/R3 \
--enable-R-shlib \
--without-x \
--with-blas='lf77blas -latlas' \
--with-tcltk \
--with-tk-config=/home/cfriedline/lib/tkConfig.sh \
--with-tcl-config=/home/cfriedline/lib/tclConfig.sh \
CPPFLAGS="-I$HOME/include" LDFLAGS="-L$HOME/include"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment