Paul Davis
449aab3c46
git-svn-id: svn://localhost/ardour2/branches/3.0@3435 d708f5d6-7413-0410-9779-e7cbd77b26cf
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
Simple install procedure
|
|
========================
|
|
|
|
% tar zxvf cairomm-<version>.tar.gz # unpack the sources
|
|
% cd cairomm-<version> # change to toplevel directory
|
|
% ./configure # run the `configure' script
|
|
% make # build cairomm
|
|
% make install # install cairomm
|
|
|