diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,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++ + |