https://github.com/cran/XML
Revision a39cefb3953c2c84acb16628d1f179ce4b2f7ad4 authored by Duncan Temple Lang on 12 December 2005, 00:00:00 UTC, committed by Gabor Csardi on 12 December 2005, 00:00:00 UTC
1 parent 725e6c0
Raw File
Tip revision: a39cefb3953c2c84acb16628d1f179ce4b2f7ad4 authored by Duncan Temple Lang on 12 December 2005, 00:00:00 UTC
version 0.99-2
Tip revision: a39cefb
INSTALL_R
This is an R package. You should have installed this in one of 
the directories referenced by the environment variable R_LIBS
or .lib.loc.


Compile this with a command of the form

  make  CC=gcc LIBEXPAT=... LIBXML=... R_HOME=/wherever_R_distribution

specifying values for either or both of LIBXML and LIBEXPAT
as the directories where each was installed.
On Solaris, you can specify CC=cc.

This assumes that certain shared libraries are built:
 a)  $LIBXML/libxml.so for the libxml distribution,

 b)  libxmlparse.so and libxmltok.so in $LIBEXPAT/lib 
    for the expat distribution.

You can compile with either or both of these distributions.
The makefiles in the subdirectories expat/ and libxml/ of this one
can be used to create the corresponding one. To install these
makefiles into the appropriate distribution, you can use the make
targets expat and libxml, e.g.  

       make expat LIBEXPAT=/dir/subdir/...

The compiler defaults to gcc. R_HOME defaults to ../..

All of this requires GNU make.

For more details, see http://www.omegahat.org/download/xml/


Duncan Temple Lang  (Dec 4 1999)
back to top