summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index b2d270b..88dee82 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,9 +1,9 @@
Simple install procedure
- ========================
+========================
- % gzip -dc libxml++-<version>.tar.gz | tar xvf - # unpack the sources
- % cd libxml++-<version> # change to toplevel directory
+ % tar zxvf cairomm-<version>.tar.gz # unpack the sources
+ % cd cairomm-<version> # change to toplevel directory
% ./configure # run the `configure' script
- % make # build libxml++
- % make install # install libxml++
+ % make # build cairomm
+ % make install # install cairomm