diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-02-17 15:19:30 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-02-17 15:19:30 +0000 |
commit | 45f4773d729c192c1b854497310847f2c02531ce (patch) | |
tree | 3f74e1c9f058f75d0208a6926c26e1647d04ee1f /INSTALL | |
parent | f0b44eb92a2f25404e54a65c852b6b3a07b9c895 (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-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |