[rkward-cvs] rkward INSTALL,1.6,1.7

Thomas Friedrichsmeier tfry at users.sourceforge.net
Mon Apr 10 21:48:36 UTC 2006


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

Modified Files:
	INSTALL 
Log Message:
Installation should be much less error-prone, now

Index: INSTALL
===================================================================
RCS file: /cvsroot/rkward/rkward/INSTALL,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** INSTALL	13 Nov 2005 13:18:40 -0000	1.6
--- INSTALL	10 Apr 2006 21:48:32 -0000	1.7
***************
*** 11,48 ****
  ==================
  
  Compilation / installation is basically just a
  # ./configure
  # make
  # make install
  
! you may need to pass the following options to configure:
! 
  
  --prefix=/path/to/kde
  
! you can determine your kde-directory by looking for some K-Application you know you have installed:
! 
! # which kedit
! 
! and strip the final /bin of the path (e.g. if which kedit returns /usr/bin/kedit , use /usr ).
! 
! for debian use --prefix=/usr
! 
  
! You might also have to specify your qt (3) directory, passing the commandline-option
  --with-qt-dir=/usr/lib/qt3			(or similar)
  to configure.
  
! 
! Likely you will need to specify the location of the R home directory:
! --with-r-home=/path/to/R/home			(default is /usr/local/lib/R)
! If you have the standalone version of R installed, you can determine this directory by running:
! # R RHOME
! for debian use --with-r-home=/usr/lib/R
! 
! You will need to have the R shared library installed. The makefiles assumes it to be in $R_HOME/lib/libR.so
! 
! Personally, I need the following options for configure (debian sid):
! --prefix=/usr --with-r-home=/usr/lib/R
  
  
--- 11,38 ----
  ==================
  
+ IMPORTANT: You will need to have the R shared library installed. This is typically located in a place like /usr/lib/R/lib/libR.so. Unfortunately, some distributions do not yet ship their R binary with the shared library. In those (rare) cases, you'll have to compile and install R on your own.
+ 
  Compilation / installation is basically just a
+ 
  # ./configure
  # make
  # make install
  
! and in 95% of the cases this should be all you need. Here are some ./configure options you may need to set in the other 5%:
  
  --prefix=/path/to/kde
  
! defaults to 1) $KDEDIR or if that is not set 2) the output of "kde-config --prefix". If you have multiple versions of KDE installed, or need to specify the kde-directory for any other reason, you need to set this option explicitely.
  
! One some systems you might also have to specify your qt (3) directory, passing the commandline-option
  --with-qt-dir=/usr/lib/qt3			(or similar)
  to configure.
  
! The options
! --with-r-home
! --with-r-includes
! --with-r-share
! --with-r-doc
! can be used to configure the details of your R installation. Usually these settings should be detected automatically, but if - for instance - R can not find its help files when run from RKWard, you may need to adjust --with-r-doc.
  
  
***************
*** 60,63 ****
  ==================
  
! For now it's recommended to run RKWard from the command-line for debug-output. There are no useful commandline-options so far.
  
--- 50,55 ----
  ==================
  
! For now it's recommended to run RKWard from the command-line for debug-output. For the few available command-line options see
! 
! # rkward --help
  





More information about the rkward-tracker mailing list