File: INSTALL

package info (click to toggle)
libxml%2B%2B 1.0.4-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 2,452 kB
  • ctags: 442
  • sloc: sh: 8,415; cpp: 3,096; makefile: 249; xml: 186
file content (9 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (6)
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++