Hi!
How can I run Ardour from the terminal? I’m running 3.5.357-dbg, downloaded from the website, on an Ubuntu Studio 14.04.
Hi!
How can I run Ardour from the terminal? I’m running 3.5.357-dbg, downloaded from the website, on an Ubuntu Studio 14.04.
just type ardour3 on prompt and hit enter?
If this doesn’t work, go to I think /opt/ardour-???/
There you will find an executable that called probably ardour-3.5.357
to run it from that directory, type “./ardour-3.5.357”
You can also ofcourse run it from other directories, by typing /opt/ardour-???/ardour-3.5.357
It must be something like that ;-).
/opt/Ardour-VERSION/bin/ardour3
Substitute appropriately for VERSION.
ok thanks, it works!