diff options
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 |