summaryrefslogtreecommitdiff
path: root/INSTALL (plain)
blob: 88dee826fdb3c501ea86706cb807d1e7cc849880
1Simple install procedure
2========================
3
4 % tar zxvf cairomm-<version>.tar.gz # unpack the sources
5 % cd cairomm-<version> # change to toplevel directory
6 % ./configure # run the `configure' script
7 % make # build cairomm
8 % make install # install cairomm
9
10