INSTALLATION

  Installation is simple.  Follow the following steps:

	$ ruby extconf.rb
	$ make
	# make install

  If extconf yacks up an error, follow the instructions it provides.
  Once installed, look at the test scripts (*.rb, not extconf.rb) and
  make sure you run document_self.rb to see what's available.



DEPENDENCIES

  ruby-libxml requires a few other libraries to be installed inorder to
  function properly.

  *) libm      (math routines: very standard)
  *) libz      (zlib)
  *) libiconv
  *) libxml2


# $Id: README,v 1.2 2002/07/11 03:40:48 sean Exp $
