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++