mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
10 lines
281 B
Text
10 lines
281 B
Text
|
|
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
|
||
|
|
|