summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2006-02-17 15:19:30 +0000
committerJonathon Jongsma <jjongsma@gnome.org>2006-02-17 15:19:30 +0000
commit45f4773d729c192c1b854497310847f2c02531ce (patch)
tree3f74e1c9f058f75d0208a6926c26e1647d04ee1f /INSTALL
parentf0b44eb92a2f25404e54a65c852b6b3a07b9c895 (diff)
2006-02-17 Danilo Piazzalunga <danilopiazza@gmail.com>
* AUTHORS: * INSTALL: * README: * cairomm/exception.cc: * cairomm/exception.h: Remove lingering references to libxml++
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