File: INSTALL_R

package info (click to toggle)
r-cran-xml 1.95-3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,204 kB
  • ctags: 428
  • sloc: ansic: 4,449; xml: 1,637; asm: 564; sh: 27; makefile: 1
file content (35 lines) | stat: -rw-r--r-- 1,106 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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)