PKGBUILDs/extra/ardour/ardour.install
2009-10-18 22:17:58 -05:00

17 lines
646 B
Text

# arg 1: the new package version
post_install() {
cat << EOM
--> You need to have jack running before you start ardour. There are two ways
--> to have ardour and jack running:
--> - as root with realtime capabilities
--> - as oridinary user without realtime capabilities
--> You have to make sure, that ardour and jack run as the same user - mixing
--> up fails.
--> RUNNING AS ROOT IS ALWAYS A SECURITY RISK!
--> Also consider to use qjackctl to control jack. Note, that also qjackctl
--> has to run as the same user as ardour. Don't forget to check out
--> qjackctl's patchbay and read the docs from http://ardour.org !
EOM
}