summaryrefslogtreecommitdiff
path: root/INSTALL
blob: b2d270b0bdd365de19e0599a105c2b10ca42a1bd (plain)
1
2
3
4
5
6
7
8
9
Simple install procedure
 ========================

  % gzip -dc libxml++-<version>.tar.gz | tar xvf - # unpack the sources
  % cd libxml++-<version>		# change to toplevel directory
  % ./configure				# run the `configure' script
  % make				# build libxml++
  % make install			# install libxml++