[rkward-cvs] rkward INSTALL,1.2,1.3

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Oct 21 13:10:47 UTC 2004


Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26519

Modified Files:
	INSTALL 
Log Message:
Updated installation instructions for R >= 2.0

Index: INSTALL
===================================================================
RCS file: /cvsroot/rkward/rkward/INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** INSTALL	1 Aug 2004 15:58:13 -0000	1.2
--- INSTALL	21 Oct 2004 13:10:44 -0000	1.3
***************
*** 41,50 ****
  
  
! Likewise you'll likely have to specify the location of the R-library:
  --with-extra-libs=/usr/lib/R/bin/ 		(or similar)
  
  
  Personally, I need the following options for configure:
! --prefix=/usr --with-extra-libs=/usr/lib/R/bin/ --with-extra-includes=/usr/lib/R/include --enable-debug=full
  
  
--- 41,52 ----
  
  
! Likewise you'll likely have to specify the location of the R-library (file: libR.so):
  --with-extra-libs=/usr/lib/R/bin/ 		(or similar)
+ for R >= 2.0, the default location seems to be
+ --with-extra-libs=/usr/lib/R/lib/
  
  
  Personally, I need the following options for configure:
! --prefix=/usr --with-extra-libs=/usr/lib/R/lib/ --with-extra-includes=/usr/lib/R/include --enable-debug=full
  
  





More information about the rkward-tracker mailing list