[ardour-users] how to install latest ardour

Antonio debian at fastwebnet.it
Thu Oct 20 09:08:43 PDT 2005


On Thu, 2005-10-20 at 11:54 -0400, Dave Phillips wrote:
> Greetings:
> 
>   Last week I built and installed Ardour 0.99 on Demudi 1.2.1. It's 
> running very nicely with a M-Audio Delta 66 card, with under 6 ms 
> latency, on an 800 MHz machine.
> 
>   As someone else already mentioned, you will need a lot of development 
> packages to make it happen under Demudi 1.2.1. I just ran './configure' 
> until I'd installed every missing package, then ran 'make' and away it 
> went. :)

I add only a tip I use with all the packages I compile from source.

I simply do:

  ./configure; make; sudo checkinstall make install

(I've configured sudo to execute checkinstall as normal user)

in this way a debian package is create and is very easy to
install/remove/upgrade it. The system files are installed in /usr/local
as they went installed with a make install, but I have the comodity of
the debian packages.

Ah, and when you don't know what package contains a particular file
apt-file is your friend ;-).

Cheers,

  ~ Antonio






More information about the Ardour-Users mailing list