summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..b2d270b
--- /dev/null
+++ b/INSTALL
@@ -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++
+