mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
11 lines
140 B
Text
11 lines
140 B
Text
|
|
To build, type make
|
||
|
|
|
||
|
|
# make install and run
|
||
|
|
ir: install
|
||
|
|
rmmod tranzport
|
||
|
|
modprobe tranzport
|
||
|
|
|
||
|
|
# make install, run, and run tests
|
||
|
|
irt: ir
|
||
|
|
|